diff --git a/tests/run-test.sh b/tests/run-test.sh index 7a50fe4..ea553a3 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -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