test: Run tests less verbosely
This commit is contained in:
parent
094c75c4cb
commit
f7239450eb
@ -23,7 +23,7 @@ export TEST_AUDIT_NO_SELINUX=1
|
||||
EXCLUDES="--exclude TestApplication.testRunImageUser"
|
||||
|
||||
RC=0
|
||||
test/common/run-tests --trace --verbose --nondestructive --machine 127.0.0.1:22 --browser 127.0.0.1:9090 $EXCLUDES || RC=$?
|
||||
test/common/run-tests --nondestructive --machine 127.0.0.1:22 --browser 127.0.0.1:9090 $EXCLUDES || RC=$?
|
||||
|
||||
echo $RC > "$LOGS/exitcode"
|
||||
cp --verbose Test* "$LOGS" || true
|
||||
|
Loading…
Reference in New Issue
Block a user