1
0
mirror of https://github.com/dg/dibi.git synced 2025-03-14 03:10:05 +01:00

appveyor: improved

This commit is contained in:
David Grudl 2018-03-23 17:53:13 +01:00
parent 05999b4dde
commit bc5e4e378c

View File

@ -45,4 +45,4 @@ test_script:
on_failure:
# Print *.actual content
- type tests\dibi\output\*.actual
- for /r %%x in (*.actual) do ( type "%%x" )