From 16e3e00a8020815cc0a7f6bdb9807900721ef22a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 8 Feb 2015 10:58:20 +0100 Subject: tests: Remember previous state; print elapsed time Signed-off-by: Florian Pritz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.sh') 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 -- cgit v1.2.3-24-g4f1b