From 2ed8e7672e857850e74a4a2c5c9f764863369d97 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 28 Nov 2001 12:30:15 +0000 Subject: [PATCH] * tests/defs: Turn on shell traces when VERBOSE=x. --- ChangeLog | 4 ++++ tests/defs | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19d80e2a..50b8c0f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-11-28 Alexandre Duret-Lutz + + * tests/defs: Turn on shell traces when VERBOSE=x. + 2001-11-26 Tom Tromey * automake.texi (Assembly Support): Mention .s and .S as only diff --git a/tests/defs b/tests/defs index 6e7e1600..4dc6e2f5 100644 --- a/tests/defs +++ b/tests/defs @@ -125,3 +125,10 @@ case $required in ACLOCAL="$ACLOCAL -I $srcdir/../m4 -I $aclocaldir" ;; esac + +# Turn on shell traces when VERBOSE=x. +if test "x$VERBOSE" = xx; then + set -x +else + : +fi -- 2.43.5