diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-10-15 18:06:31 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-10-18 23:39:58 +0300 |
commit | 722a0c2f616e4094996c39c42335dc47e1c1f87a (patch) | |
tree | 623e56405353d83f5130302af5dc33dd9ee2dc7a /circle.yml | |
parent | 3ac706edfefc9c8f2ee1ad9eb38bf688364cdb77 (diff) | |
download | qtlocation-mapboxgl-722a0c2f616e4094996c39c42335dc47e1c1f87a.tar.gz |
[build] Make output of the tests verbose
We have a flaky test that is hanging on the bots and we need to find out
which one.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index b45a623866..e1923498a7 100644 --- a/circle.yml +++ b/circle.yml @@ -280,7 +280,7 @@ commands: name: Test command: | cd build - << parameters.test_wrapper >> ctest --output-on-failure << parameters.test_params >> + << parameters.test_wrapper >> ctest -V << parameters.test_params >> npm-install: steps: - run: |