diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-11-04 13:54:05 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-11-04 14:10:07 -0500 |
commit | fa56bcbb010467fc26c8c50e077d050abaeda9b8 (patch) | |
tree | b2a0fdc1513721bee42f0b865797400ae499dd22 /ci | |
parent | 94a26b192f187cb50bf1ac1775b23f2b03f772b1 (diff) |
ci: Run CI_WAIT only on travis
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 048fe06c84..7ac4907d32 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -32,7 +32,7 @@ fi if [ "$RUN_UNIT_TESTS" = "true" ]; then BEGIN_FOLD unit-tests - bash -c "while sleep 500; do echo .; done" & # Print dots in case the unit tests take a long time to run + bash -c "${CI_WAIT}" & # Print dots in case the unit tests take a long time to run DOCKER_EXEC LD_LIBRARY_PATH=$BASE_BUILD_DIR/depends/$HOST/lib make $MAKEJOBS check VERBOSE=1 END_FOLD fi |