We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcbd8d commit ac88f11Copy full SHA for ac88f11
1 file changed
appveyor.yml
@@ -27,3 +27,7 @@ install:
27
28
test_script:
29
- vendor\bin\tester tests -s -c tests\php-win.ini
30
+
31
+on_failure:
32
+ # Print *.actual content
33
+ - for /r %%x in (*.actual) do ( type "%%x" )
0 commit comments