Skip to content

Commit 47e06a5

Browse files
committed
appveyor: improved
1 parent 3d8a332 commit 47e06a5

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
@@ -27,3 +27,7 @@ install:
2727

2828
test_script:
2929
- vendor\bin\tester tests -s
30+
31+
on_failure:
32+
# Print *.actual content
33+
- for /r %%x in (*.actual) do ( type "%%x" )

0 commit comments

Comments
 (0)