diff --git a/appveyor.yml b/appveyor.yml index f45dc84d..98edf750 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -165,7 +165,11 @@ test_script: after_test: - cd %APPVEYOR_BUILD_FOLDER%\test\ - - python output.py + - python output.py + - ps: $files = Get-ChildItem sqlsrv\*.diff + - ps: foreach($file in $files){ls $file; more $file; more "$file.out"} + - ps: $files = Get-ChildItem pdo_sqlsrv\*.diff + - ps: foreach($file in $files){ls $file; more $file; more "$file.out"} - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nativeresult1.xml)) - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nativeresult2.xml)) - ps: >-