Make AppVeyor test suit run silent as in Travis

Signed-off-by: phirsov <41143811+phirsov@users.noreply.github.com>
This commit is contained in:
phirsov
2018-12-06 14:44:17 -08:00
committed by Thiago Macieira
parent 3c910cf144
commit 7b08a99b9e
+1 -1
View File
@@ -27,7 +27,7 @@ build_script:
if /i "%tests%"=="1" nmake -nologo -s
test_script:
- cmd: >-
if /i "%tests%"=="1" nmake -s -nologo check
if /i "%tests%"=="1" nmake -s -nologo TESTARGS=-silent check
if /i "%tests%"=="0" echo Tests skipped.
artifacts: