test: Run tests less verbosely

This commit is contained in:
Matej Marusak 2021-01-07 18:44:31 +01:00
parent 094c75c4cb
commit f7239450eb

View File

@ -23,7 +23,7 @@ export TEST_AUDIT_NO_SELINUX=1
EXCLUDES="--exclude TestApplication.testRunImageUser" EXCLUDES="--exclude TestApplication.testRunImageUser"
RC=0 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" echo $RC > "$LOGS/exitcode"
cp --verbose Test* "$LOGS" || true cp --verbose Test* "$LOGS" || true