From 5782662c6e5265b35d0cfcb15732e66b450f1fe4 Mon Sep 17 00:00:00 2001
From: Daniel Savchenko <dsavchenko@luxemburg.informatik.rwth-aachen.de>
Date: Wed, 16 Oct 2024 08:44:58 +0200
Subject: [PATCH] return to debug instead of extra verbose

---
 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 583f4512..5877eb18 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", "--extra-verbose"])
+    [ctest_executable, "-C", "Debug", "--no-tests=error", "--no-compress-output", "--output-on-failure","--gtest_output=xml:report.xml", "--debug"])
 
 print("Return Code: ", ctest.returncode)
 
-- 
GitLab