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