summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 62ccabf..d30faea 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -3,4 +3,4 @@
# See Bug #5850 for some tests that are currently skipped
export TALER_CONFIG_FILE="talerbank/app/testconfigs/bank-check.conf"
-./manage.py test --no-input talerbank.app.tests
+exec ./manage.py test --no-input talerbank.app.tests "$@"