mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove variables that do not actually affect ctest from runtest script
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
4e967433e8
commit
73b707cbad
1 changed files with 0 additions and 8 deletions
|
@ -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")" $@
|
||||
|
|
Loading…
Add table
Reference in a new issue