From 8664afc28e9ed03e0f50be76d36b010925bd0d6f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 8 Sep 2010 17:50:19 +0200 Subject: [PATCH] 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 f543d70..ea09555 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2010-11-10 Stefano Lattarini + 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$//'` -- 2.7.4