diff options
-rwxr-xr-x | ctdb/tests/run_tests.sh | 2 |
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 |