remove variables that do not actually affect ctest from runtest script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-01 13:34:07 +00:00
parent 4e967433e8
commit 73b707cbad

View file

@ -10,13 +10,5 @@ export QML_IMPORT_PATH="@CMAKE_BINARY_DIR@/imports"
bin="$1"
shift
export CTEST_OUTPUT_ON_FAILURE=1
# 9 minutes timeout for the tests, Travis timeouts on 10min if there is no
# output and I do not want some tests to be skipped because of one test. Like
# the qpainter test - it does a lot of tests and can take more then 10min.
export CTEST_TEST_TIMEOUT=540
cd "$(dirname "$bin")"
exec "./$(basename "$bin")" $@