Changed the regression tests to be performed for beta and general releases.

This commit is contained in:
falgout 2011-01-27 23:34:34 +00:00
parent 2791d48bef
commit c313080d14

View File

@ -13,8 +13,8 @@
# Which tests to run?
TEST_ALPHA="-tux273"
TEST_BETA="$TEST_ALPHA -zeus -up"
TEST_GENERAL="$TEST_BETA -thunder -zeus"
TEST_BETA="$TEST_ALPHA -zeus -hera -dawndev"
TEST_GENERAL="$TEST_BETA"
TERMCMD=""
while [ "$*" ]