Skip to content

Commit

Permalink
Fixed test_script.bat file for uploading test results to appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Feb 9, 2018
1 parent 7bc668a commit 26aa9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor/test_script.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo =======================================================================
echo Uploading test results to AppVeyor
echo =======================================================================
set TEST_RESULT_URL=https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%
set TEST_RESULT_FILE=%CD%\msbuildreorderTest.x86.release.xml
set TEST_RESULT_FILE=%CD%\libLNK_unittest.x86.release.xml
echo TEST_RESULT_URL=%TEST_RESULT_URL%
echo TEST_RESULT_FILE=%TEST_RESULT_FILE%
powershell "(New-Object 'System.Net.WebClient').UploadFile($($env:TEST_RESULT_URL), $($env:TEST_RESULT_FILE))"

0 comments on commit 26aa9a4

Please sign in to comment.