blob: 7df25991f1b677a1ccbb9ff4ec376cd3da2ecc9e [file] [log] [blame]
#!/bin/sh
for i in *.sh
do
if [ "X$i" = "Xalltests.sh" ]
then
continue;
fi
sh ./$i
done