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

appveyor: improved

This commit is contained in:
David Grudl
2018-03-23 17:53:13 +01:00
parent f9fc7e330d
commit 759c63bca0

View File

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