Appveyor: silence testrunner (#2507)

This commit is contained in:
Rikard Falkeborn 2020-01-26 08:23:52 +01:00 committed by Daniel Marjamäki
parent a955524311
commit 5c02265041
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ build_script:
test_script:
- build\bin\testrunner.exe -q
- IF EXIST bin\debug\testrunner.exe bin\debug\testrunner.exe
- IF EXIST bin\testrunner.exe bin\testrunner.exe
- IF EXIST bin\debug\testrunner.exe bin\debug\testrunner.exe -q
- IF EXIST bin\testrunner.exe bin\testrunner.exe -q
- cd test\cli
- python -m pytest test-helloworld.py
- python -m pytest test-inline-suppress.py