Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth committed Oct 28, 2023
1 parent 0b43b7c commit 7b91110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test_script:
cd $APPVEYOR_BUILD_FOLDER
ls -alh Tests/
export PYTEST_ERRORLEVEL=0
python3 -m pytest -vv Tests/ || PYTEST_ERRORLEVEL=$?
python3 -m pytest -vv -s Tests/ || PYTEST_ERRORLEVEL=$?
if [[ $PYTEST_ERRORLEVEL != 0 ]]; then
echo 'Pytest failed. Terminating python process.'
pkill -f python3 || echo 'No Python3 process found to terminate.'
Expand Down

0 comments on commit 7b91110

Please sign in to comment.