aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-06-04 08:50:10 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-06-04 08:50:10 +0200
commit796b5d09315c70a75300312227acf0c8acb3f6a9 (patch)
treeac7e9697cc4e54e6a67550d1b8973c4d97883968
parentdd9e4092f894c557299b62c873b31c30575f104b (diff)
Get verbose output.
-rwxr-xr-x.buildkite/cpp-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/cpp-test.sh b/.buildkite/cpp-test.sh
index 5bdf39da93d..9a9b8eac8bb 100755
--- a/.buildkite/cpp-test.sh
+++ b/.buildkite/cpp-test.sh
@@ -4,7 +4,7 @@ set -euo pipefail
set +e
#if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPP_THREADS" ; then
-if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j 12 ; then
+if ! ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --verbose -j 12 ; then
#sleep 3600
exit 1
fi