diff --git a/appveyor.yml b/appveyor.yml index d8e834bc..52b30ec5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,4 +56,4 @@ test_script: on_failure: # Print *.actual content - - type tests\dibi\output\*.actual + - for /r %%x in (*.actual) do ( type "%%x" )