summaryrefslogtreecommitdiffstats
path: root/run-tests.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-08 10:58:20 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-08 10:58:20 +0100
commit16e3e00a8020815cc0a7f6bdb9807900721ef22a (patch)
tree4bef3b6f82a6ad6bc785e08704c043ee5a91ad27 /run-tests.sh
parent1e18ad9d38e0cf6e0e37d3c1ad66eace2bb82003 (diff)
tests: Remember previous state; print elapsed time
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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 601ce872c..e54d08b4b 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -48,7 +48,7 @@ tests=(${tests[@]%.php})
# run tests
php index.php tools drop_all_tables_using_prefix
php index.php tools update_database
-prove -ve "php index.php tools test $url" "${tests[@]}"
+prove --state=hot,slow,save --timer -ve "php index.php tools test $url" "${tests[@]}"
php index.php tools drop_all_tables_using_prefix
# cleanup