summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xctdb/tests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh
index 210074ccbb..6a46248c08 100755
--- a/ctdb/tests/run_tests.sh
+++ b/ctdb/tests/run_tests.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-tests/scripts/run_tests -s tests/simple/*.sh || exit 1
+tests/scripts/run_tests -s ${*:-tests/simple/*.sh} || exit 1
echo "All OK"
exit 0