diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-21 12:29:41 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-05-01 12:25:03 +0200 |
commit | f9215b6519d4732498e598de9a3581297c60c4e8 (patch) | |
tree | 639ca0475a8cc4ff9557d165d4c58c7a46efe0ed /appveyor/test_task.bat | |
parent | 12300f465e5bed1fa7d0bc445aef68b6a2753c3b (diff) | |
download | php-git-f9215b6519d4732498e598de9a3581297c60c4e8.tar.gz |
Support showing slow tests in run-tests.php
Diffstat (limited to 'appveyor/test_task.bat')
-rw-r--r-- | appveyor/test_task.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index 9f9e238ed3..2ba69e9610 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -71,5 +71,5 @@ copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell mkdir c:\tests_tmp cd "%APPVEYOR_BUILD_FOLDER%" -nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp" +nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp" |