public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] test-abicomat.cc: Don't show details about PASSing tests.
@ 2024-03-01 17:20 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2024-03-01 17:20 UTC (permalink / raw)
  To: libabigail; +Cc: dodji

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(-)

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
-- 
2.39.3


-- 
		Dodji


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-01 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 17:20 [PATCH] test-abicomat.cc: Don't show details about PASSing tests Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).