summaryrefslogtreecommitdiffstats
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 13e504ae9..d3c9af2ac 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-prove -r --timer $(dirname $0)/tests;
+prove -rf --timer $(dirname $0)/tests;