aboutsummaryrefslogtreecommitdiff
path: root/autotests/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/run-tests.sh')
-rwxr-xr-xautotests/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/run-tests.sh b/autotests/run-tests.sh
index b49f37a1..adfb4ec1 100755
--- a/autotests/run-tests.sh
+++ b/autotests/run-tests.sh
@@ -18,6 +18,6 @@ docker exec synapse /bin/sh -c 'register_new_matrix_user --admin -u bob -p secre
echo Register carl
docker exec synapse /bin/sh -c 'register_new_matrix_user --admin -u carl -p secret -c /data/homeserver.yaml https://localhost:8008'
-cd build/ && GTEST_COLOR=1 ctest --verbose
+GTEST_COLOR=1 ctest --verbose "$@"
rm -rf ./data/*
docker rm -f synapse 2>&1>/dev/null