summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-11 16:50:04 -0700
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-11 16:50:04 -0700
commit43726dbf22b7181d722ebc94f0223505a5c3b5cb (patch)
tree00d44ded34b999ccb5f95196933b5e51a08a9d09 /scripts
parentd230b9a587f95ee3e1e624e2047994efda58bfc9 (diff)
parent5bc77d4243e2d70d4a1a0127fb0e878160601e23 (diff)
downloadqtlocation-mapboxgl-43726dbf22b7181d722ebc94f0223505a5c3b5cb.tar.gz
Merge branch 'stylesource' into fuzz-pipe
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}