Skip to content

Commit

Permalink
Restore appveyor.xml to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Nov 5, 2021
1 parent 6e9a1eb commit a14200c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ build_script:

# NOTE: running powershell from cmd is intended because
# it formats the output correctly
# - cmd: powershell -Command "& { if($env:COVERAGE -eq 1) { coverage run -p --rcfile=$($env:COVERAGE_PROCESS_START) runtest.py -j 2 -t --exclude-list exclude_list.txt -a } else { C:\\%WINPYTHON%\\python.exe runtest.py -j 2 -t --exclude-list exclude_list.txt -a }; if($LastExitCode -eq 2 -Or $LastExitCode -eq 0) { $host.SetShouldExit(0 )} else {$host.SetShouldExit(1)}}"
- cmd: powershell -Command "C:\\%WINPYTHON%\\python.exe runtest.py test\ninja\ninja_handle_control_c_rebuild.py"
- cmd: powershell -Command "& { if($env:COVERAGE -eq 1) { coverage run -p --rcfile=$($env:COVERAGE_PROCESS_START) runtest.py -j 2 -t --exclude-list exclude_list.txt -a } else { C:\\%WINPYTHON%\\python.exe runtest.py -j 2 -t --exclude-list exclude_list.txt -a }; if($LastExitCode -eq 2 -Or $LastExitCode -eq 0) { $host.SetShouldExit(0 )} else {$host.SetShouldExit(1)}}"

# run coverage even if there was a test failure
on_finish:
Expand Down

0 comments on commit a14200c

Please sign in to comment.