* 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 12d38f61f382c69fc2fbf0d5c473fd89794629eb Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <stefano.lattar...@gmail.com> Date: Wed, 8 Sep 2010 17:50:19 +0200 Subject: [PATCH 4/7] 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 8e1591e..415cba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-11-06 Stefano Lattarini <stefano.lattar...@gmail.com> + 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 -> $testbuilddir * tests/defs.in: Rename $curdir to $testbuildir, for clarity and consistency with $testsrcdir and $top_testsrcdir. diff --git a/tests/defs.in b/tests/defs.in index caea225..b9765d2 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" - # The name of the current test (without the `.test' suffix.) me=`echo "$0" | sed -e 's,.*[\\/],,;s/\.test$//'` -- 1.7.1