automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] Tests defs: do not print message "Running test $0" anymore.


From: Stefano Lattarini
Subject: [PATCH 4/5] Tests defs: do not print message "Running test $0" anymore.
Date: Wed, 8 Sep 2010 20:54:48 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/defs.in: Printing the message "=== Running test $0" at
the beginning of each tests made sense when Automake used the old
test-driver, which sent all the output directly to stdout/stderr.
Now that the parallel test-driver is used, which saves output of
each test in its correspoding log file, that old message is just
useless noise.
---
 ChangeLog     |    8 ++++++++
 tests/defs.in |    2 --
 2 files changed, 8 insertions(+), 2 deletions(-)
From 691f15b06d47b06ff212c5eb70c50a74f43094c9 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Wed, 8 Sep 2010 17:50:19 +0200
Subject: [PATCH 4/5] Tests defs: do not print message "Running test $0" anymore.

* tests/defs.in: Printing the message "=== Running test $0" at
the beginning of each tests made sense when Automake used the old
test-driver, which sent all the output directly to stdout/stderr.
Now that the parallel test-driver is used, which saves output of
each test in its correspoding log file, that old message is just
useless noise.
---
 ChangeLog     |    8 ++++++++
 tests/defs.in |    2 --
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4cbabd4..fb1c7ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-09-08  Stefano Lattarini  <address@hidden>
 
+       Tests defs: do not print message "Running test $0" anymore.
+       * tests/defs.in: Printing the message "=== Running test $0" at
+       the beginning of each tests made sense when Automake used the old
+       test-driver, which sent all the output directly to stdout/stderr.
+       Now that the parallel test-driver is used, which saves output of
+       each test in its correspoding log file, that old message is just
+       useless noise.
+
        Tests defs: rename $curdir -> $testsbuilddir
        * tests/defs.in: Rename $curdir to $testbuildir, for clarity and
        consistency with $testsrcidr and $top_testsrcdir.
diff --git a/tests/defs.in b/tests/defs.in
index 12a082f..0e0b267 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -49,8 +49,6 @@ else
   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
 fi
 
-echo "=== Running test $0"
-
 testbuilddir=`pwd`
 
 # The name of the current test (without the `.test' suffix.)
-- 
1.7.1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]