Run tests less verbosely
This commit is contained in:
parent
a0f5493eef
commit
f5c3319f6f
@ -91,12 +91,12 @@ for t in $EXCLUDES; do
|
||||
done
|
||||
|
||||
# execute run-tests
|
||||
test/common/run-tests --test-dir test/verify --trace --verbose --nondestructive $exclude_options \
|
||||
test/common/run-tests --test-dir test/verify --nondestructive $exclude_options \
|
||||
--machine localhost:22 --browser localhost:9090 $TESTS || RC=$?
|
||||
|
||||
# check-menu is not @nondestructive yet, keep it last
|
||||
if [ -n "$test_basic" ]; then
|
||||
test/verify/check-menu -tv --machine localhost:22 --browser localhost:9090 || RC=$?
|
||||
test/verify/check-menu --machine localhost:22 --browser localhost:9090 || RC=$?
|
||||
fi
|
||||
|
||||
echo $RC > "$LOGS/exitcode"
|
||||
|
Loading…
Reference in New Issue
Block a user