throw out two time consuming tests

This commit is contained in:
Ben Gras
2008-10-01 15:09:33 +00:00
parent e8b863702a
commit 58f428a704
5 changed files with 32 additions and 1098 deletions

View File

@@ -12,14 +12,12 @@ badones= # list of tests that failed
# Print test welcome message
clr
echo "Running POSIX compliance test suite. There are 43 tests in total."
echo "The last few tests may take up to 15 minutes each, even on fast"
echo "systems."
echo "Running POSIX compliance test suite. There are 39 tests in total."
echo " "
# Run all the tests, keeping track of who failed.
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 \
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 \
sh1.sh sh2.sh
do total=`expr $total + 1`
if ./test$i