summaryrefslogtreecommitdiff
path: root/scripts/run_tests.sh
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-27 12:22:28 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-27 12:37:07 +0200
commita55be0217bdc2b4e15500f9a5cd4aba207d33fc7 (patch)
tree2afd23c9db1b683b994cdf9df3613d402ca0ea07 /scripts/run_tests.sh
parent312cae1a05af9046b44f810b267c3e81acdb29e5 (diff)
downloadqtlocation-mapboxgl-a55be0217bdc2b4e15500f9a5cd4aba207d33fc7.tar.gz
test with the current release type's settings to avoid double compiles
Diffstat (limited to 'scripts/run_tests.sh')
-rwxr-xr-xscripts/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh
index 7165948248..dd9ee3f260 100755
--- a/scripts/run_tests.sh
+++ b/scripts/run_tests.sh
@@ -3,7 +3,7 @@
set -e
set -o pipefail
-cd build/Testing
+cd build/${BUILDTYPE:-Release}
for TEST in ./test_* ; do
${TEST}