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