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 5e4b974 commit 00d2ea1Copy full SHA for 00d2ea1
appveyor.yml
@@ -57,3 +57,7 @@ test_script:
57
- c:\php\72\php src\tester tests -s -p c:\php\72\php
58
- c:\php\72\php src\tester tests -s -p c:\php\72\php-cgi
59
- c:\php\72\php src\tester tests -s -p c:\php\72\phpdbg
60
+
61
+on_failure:
62
+ # Print *.actual content
63
+ - for /r %%x in (*.actual) do ( type "%%x" )
0 commit comments