test-abicomat.cc: Don't show details about PASSing tests.

Message ID 87zfvh7ttd.fsf@redhat.com
State New
Headers
Series test-abicomat.cc: Don't show details about PASSing tests. |

Commit Message

Dodji Seketeli March 1, 2024, 5:20 p.m. UTC
  Hello,

While looking at something else, I noticed that this test was emitting
details about the tests that PASS, cluttering the output a lot.  Fixed
thus.

	* tests/test-abicompat.cc (main): Don,'t emit details for PASSed
	tests.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applying to the master branch
---
 tests/test-abicompat.cc | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
  

Patch

diff --git a/tests/test-abicompat.cc b/tests/test-abicompat.cc
index e7b21959..075882ab 100644
--- a/tests/test-abicompat.cc
+++ b/tests/test-abicompat.cc
@@ -263,14 +263,7 @@  main()
 	is_ok = false;
 
       if (is_ok)
-        {
-	  cout << BRIGHT_YELLOW_COLOR
-               << "Test Passed:"
-               << DEFAULT_TERMINAL_COLOR
-               << cmd
-               << std::endl;
-	  cnt_passed++;
-	}
+	cnt_passed++;
       else
         {
 	  cout << BRIGHT_RED_COLOR