diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-11 16:50:04 -0700 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-11 16:50:04 -0700 |
commit | 43726dbf22b7181d722ebc94f0223505a5c3b5cb (patch) | |
tree | 00d44ded34b999ccb5f95196933b5e51a08a9d09 /scripts | |
parent | d230b9a587f95ee3e1e624e2047994efda58bfc9 (diff) | |
parent | 5bc77d4243e2d70d4a1a0127fb0e878160601e23 (diff) | |
download | qtlocation-mapboxgl-43726dbf22b7181d722ebc94f0223505a5c3b5cb.tar.gz |
Merge branch 'stylesource' into fuzz-pipe
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run_tests.sh | 4 |
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} |