summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-05-21 14:46:36 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-05-21 14:46:36 +0200
commit52deac97ef60658b5c396200f2d77d75a10780a3 (patch)
tree6c3e91e092b5abf9bdb6b59fa3371fb4dd8e40b9
parentf1cf232118a259adf03a5de2342e122d018c82ea (diff)
Skip time command.
-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 59d8393e168..dafc754742d 100755
--- a/.buildkite/cpp-test.sh
+++ b/.buildkite/cpp-test.sh
@@ -2,4 +2,4 @@
set -euo pipefail
-time ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPU_LIMIT"
+ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPU_LIMIT"