Skip to content

Commit 00d2ea1

Browse files
committed
appveyor: improved
1 parent 5e4b974 commit 00d2ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ test_script:
5757
- c:\php\72\php src\tester tests -s -p c:\php\72\php
5858
- c:\php\72\php src\tester tests -s -p c:\php\72\php-cgi
5959
- 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

Comments
 (0)