summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-11 13:55:18 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-11 13:55:18 -0700
commitf3c55eba9da59042a96e683f841060674519520b (patch)
treee2224b3e7e2d7c84a61b2db0ccc171bf9c615980 /scripts
parent8fc4d61025397180374ccc99e6798659470afb69 (diff)
downloadqtlocation-mapboxgl-f3c55eba9da59042a96e683f841060674519520b.tar.gz
add logging facility and check logs in tests
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run_tests.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh
index be65356baf..7165948248 100755
--- a/scripts/run_tests.sh
+++ b/scripts/run_tests.sh
@@ -3,9 +3,7 @@
set -e
set -o pipefail
-BUILDTYPE="${BUILDTYPE:-Release}"
-
-cd build/${BUILDTYPE}
+cd build/Testing
for TEST in ./test_* ; do
${TEST}