summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/runtests.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-06-04 00:56:23 +0300
committerAndrei Karas <akaras@inbox.ru>2020-06-04 00:56:23 +0300
commit7cad663943345f7686f049b7022f306f0f2ab577 (patch)
tree87ec1fb6e2b5142cefe77233355af7faef543414 /tools/ci/scripts/runtests.sh
parente680df07a3beefc0c8b4f301da06cbada3f75508 (diff)
downloadplus-7cad663943345f7686f049b7022f306f0f2ab577.tar.gz
plus-7cad663943345f7686f049b7022f306f0f2ab577.tar.bz2
plus-7cad663943345f7686f049b7022f306f0f2ab577.tar.xz
plus-7cad663943345f7686f049b7022f306f0f2ab577.zip
Use cross platform path to bash in ci scripts
Diffstat (limited to 'tools/ci/scripts/runtests.sh')
-rwxr-xr-xtools/ci/scripts/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 90d3de2fa..96e5b69f5 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then
echo "Running from shell. Skipping run tests $*"