Skip to content

Commit 8f3d0d4

Browse files
committed
try colorize the output
1 parent 4913958 commit 8f3d0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mkdir c:\tests_tmp
119119
set TEST_PHP_JUNIT=c:\junit.out.xml
120120

121121
cd "%APPVEYOR_BUILD_FOLDER%"
122-
nmake test TESTS="%OPCACHE_OPTS% -q -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
122+
nmake test TESTS="%OPCACHE_OPTS% -q -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --color --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
123123
if %errorlevel% neq 0 exit /b 3
124124

125125
exit /b 0

0 commit comments

Comments
 (0)