public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Dodji Seketeli <dodji@redhat.com>
To: libabigail@sourceware.org
Cc: dodji@redhat.com
Subject: [PATCH] test-abicomat.cc: Don't show details about PASSing tests.
Date: Fri, 01 Mar 2024 18:20:14 +0100	[thread overview]
Message-ID: <87zfvh7ttd.fsf@redhat.com> (raw)

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


                 reply	other threads:[~2024-03-01 17:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfvh7ttd.fsf@redhat.com \
    --to=dodji@redhat.com \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).