Skip to content

Commit dda7ba6

Browse files
committed
wip
1 parent 208dca2 commit dda7ba6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ install:
4141

4242
test_script:
4343
- vendor\bin\tester tests -s -c tests\php-win.ini
44+
45+
on_failure:
46+
- >
47+
for /r %%x in (*.actual) do (
48+
echo --- %%x
49+
type %%x
50+
echo.
51+
echo.
52+
)

0 commit comments

Comments
 (0)