Skip to content

Commit 7b08a99

Browse files
phirsovthiagomacieira
authored andcommitted
Make AppVeyor test suit run silent as in Travis
Signed-off-by: phirsov <[email protected]>
1 parent 3c910cf commit 7b08a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build_script:
2727
if /i "%tests%"=="1" nmake -nologo -s
2828
test_script:
2929
- cmd: >-
30-
if /i "%tests%"=="1" nmake -s -nologo check
30+
if /i "%tests%"=="1" nmake -s -nologo TESTARGS=-silent check
3131
3232
if /i "%tests%"=="0" echo Tests skipped.
3333
artifacts:

0 commit comments

Comments
 (0)