summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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}