From 36e75a5e408fff23a54e630b830ba25d874fd05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 1 Oct 2024 15:14:17 +0200 Subject: [PATCH] ctest: Disable label time summary after running tests It's mostly redundant, as ctest already prints timing information for each individual test: 1/1 Test #572: tst_qwindowcontainer ............. Passed 0.71 sec And we track test timing though the JUnit and Qt XML files we produce and ship to our Grafana dashboard. Change-Id: I374d0b2201efabccec18da6358e3859b02702c27 Reviewed-by: Dimitrios Apostolou Reviewed-by: Alexey Edelev --- coin/instructions/cmake_run_ctest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coin/instructions/cmake_run_ctest.yaml b/coin/instructions/cmake_run_ctest.yaml index 67a5843ec73..4cef9b816dd 100644 --- a/coin/instructions/cmake_run_ctest.yaml +++ b/coin/instructions/cmake_run_ctest.yaml @@ -88,6 +88,10 @@ instructions: property: features contains_value: AbortTestingOnFirstFailure + - type: AppendToEnvironmentVariable + variableName: CTEST_ARGS + variableValue: " --no-label-summary" + # Enable CTest's JUnit XML summary - type: AppendToEnvironmentVariable variableName: CTEST_ARGS