aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-06-05 11:30:39 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-06-05 11:30:39 +0200
commit25ced7681ea7f02a21d4e4dfae004ae133a657f8 (patch)
tree81130adfab3cad66d9306f894cff287e80234f1d
parentaaed1910925ad3d21fb398be95cd803f81b3b669 (diff)
C++ tests fails under nice.
-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 a40140dcd1e..dafc754742d 100755
--- a/.buildkite/cpp-test.sh
+++ b/.buildkite/cpp-test.sh
@@ -2,4 +2,4 @@
set -euo pipefail
-nice 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"