From ecf5170166572fddb118ef7ecab27655f0ba93b6 Mon Sep 17 00:00:00 2001
From: Daniel Savchenko <dsavchenko@carlos.informatik.rwth-aachen.de>
Date: Thu, 14 Nov 2024 11:41:08 +0100
Subject: [PATCH] remove debug output from ctest again

---
 tests/run_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run_tests.py b/tests/run_tests.py
index 871da8c8..5d01c47a 100644
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -184,7 +184,7 @@ print("Working directory for test execution: " + os.getcwd(), flush=True)
 
 # call ctest
 ctest = subprocess.run(
-    [ctest_executable, "-C", "Debug", "--no-tests=error", "--no-compress-output", "--output-on-failure","--gtest_output=xml:report.xml", "--debug"])
+    [ctest_executable, "-C", "Debug", "--no-tests=error", "--no-compress-output", "--output-on-failure","--gtest_output=xml:report.xml"])
 
 print("Return Code: ", ctest.returncode)
 
-- 
GitLab