Archived
Make AppVeyor test suit run silent as in Travis
Signed-off-by: phirsov <41143811+phirsov@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user