2013-03-15 15:46:33 +00:00
committed by Git OBS Bridge
parent 97bb7c126c
commit 94fed9b54f
5 changed files with 56 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ echo Any output from any test, unless otherwise noted, indicates a possible anom
for x in run-*
do
case $x in
$0|run-all|run-minimal|run-gprof|run-jobs|run-ifs-posix) ;;
$0|run-all|run-minimal|run-gprof|run-jobs) ;;
*.orig|*~) ;;
*) echo $x ; sh $x ;;
esac
@@ -40,4 +40,8 @@ time while ((count-- > 0)) ; do
${THIS_SH} -c $tmp
done
echo '#########################'
set -x
read -t1 < /dev/tty
set +x
echo '#########################'
exit 0