From ee2e5916a96a505f55e27053183c5d1e8f2a05b3 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 15 Oct 2019 18:06:31 +0300 Subject: [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. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1