Moved the uP test to the list of beta release tests.

This commit is contained in:
kolev 2008-08-08 17:39:54 +00:00
parent 9c8788b111
commit 1aeb4ff89e

View File

@ -13,8 +13,8 @@
# Which tests to run?
TEST_ALPHA="-`hostname -a`"
TEST_BETA="$TEST_ALPHA -alc"
TEST_GENERAL="$TEST_BETA -thunder -up -zeus"
TEST_BETA="$TEST_ALPHA -alc -up"
TEST_GENERAL="$TEST_BETA -thunder -zeus"
TERMCMD=""
while [ "$*" ]