Skip to content

Commit 1d899dd

Browse files
committed
Disabling verbose output on Circle CI
1 parent d982e87 commit 1d899dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run:
3636
name: Test
3737
working_directory: ~/target
38-
command: ctest -V
38+
command: ctest --output-on-failure
3939

4040
windows-build:
4141
parameters:
@@ -80,7 +80,7 @@ jobs:
8080
Set-Content "env:\$($matches[1])" $matches[2]
8181
}
8282
}
83-
& ctest -V -LE json --output-on-failure
83+
& ctest -LE json --output-on-failure
8484
8585
workflows:
8686
ubuntu-build:

0 commit comments

Comments
 (0)