summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-04-21 12:29:41 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-05-01 12:25:03 +0200
commitf9215b6519d4732498e598de9a3581297c60c4e8 (patch)
tree639ca0475a8cc4ff9557d165d4c58c7a46efe0ed /appveyor
parent12300f465e5bed1fa7d0bc445aef68b6a2753c3b (diff)
downloadphp-git-f9215b6519d4732498e598de9a3581297c60c4e8.tar.gz
Support showing slow tests in run-tests.php
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
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"