Skip to content

Commit ac88f11

Browse files
committed
appveyor: improved
1 parent fdcbd8d commit ac88f11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ install:
2727

2828
test_script:
2929
- 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

Comments
 (0)