From a114b38663160a1e325884f349a5c5727229177b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 4 Jun 2020 10:04:52 +0300 Subject: Update runtests.sh for cirrus ci --- tools/ci/scripts/runtests.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 96e5b69f5..60b12abb9 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -1,8 +1,10 @@ #!/usr/bin/env bash if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then - echo "Running from shell. Skipping run tests $*" - exit 0 + if [[ ${CIRRUS_CI} != "true" ]]; then + echo "Running from shell. Skipping run tests $*" + exit 0 + fi fi export SDL_VIDEODRIVER="dummy" -- cgit v1.2.3-60-g2f50