summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-15 18:06:31 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-15 18:06:31 +0300
commitee2e5916a96a505f55e27053183c5d1e8f2a05b3 (patch)
treec8e3203ea0a8bfd2088dd5030a31eac1f4d7f488
parent0f9666ebf3614dcc50e6a60c3c84bb578986bcf7 (diff)
downloadqtlocation-mapboxgl-upstream/tmpsantos-test_verbose.tar.gz
[build] Make output of the tests verboseupstream/tmpsantos-test_verbose
We have a flaky test that is hanging on the bots and we need to find out which one.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index de57cc6438..5dea5a8f5d 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: