From ed4757145ecdb7818ea2c39455a07d3769dbb4bc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 May 2017 22:43:16 +0300 Subject: Skip runtests in shell runners. --- tools/ci/scripts/runtests.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/ci/scripts/runtests.sh') diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 252faa208..469bbadea 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -1,5 +1,10 @@ #!/bin/bash +if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then + echo "Running from shell. Skipping run tests $*" + exit 0 +fi + export SDL_VIDEODRIVER="dummy" ulimit -c unlimited -S ulimit -c unlimited -- cgit v1.2.3-60-g2f50