From: Stefano Lattarini Date: Wed, 25 Jul 2012 18:25:55 +0000 (+0200) Subject: test init: refactor: move displaying of debugging info later X-Git-Tag: v1.12.3~31^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22443fe751fe97c065e6285cf8dcc8e5009dc576;p=thirdparty%2Fautomake.git test init: refactor: move displaying of debugging info later * t/ax/test-init.sh: Here, about the values of $PATH, $am_using_tap and $am_running_installcheck. Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh index 06079b2ef..9684327e2 100644 --- a/t/ax/test-init.sh +++ b/t/ax/test-init.sh @@ -42,15 +42,6 @@ esc='' IFS=$sp$tab$nl -## ----------------------- ## -## Early debugging info. ## -## ----------------------- ## - -echo "Running from installcheck: $am_running_installcheck" -echo "Using TAP: $am_using_tap" -echo "PATH = $PATH" - - ## ---------------------- ## ## Environment cleanup. ## ## ---------------------- ## @@ -1016,5 +1007,9 @@ fi ## Ready to go... ## ## ---------------- ## +echo "Running from installcheck: $am_running_installcheck" +echo "Using TAP: $am_using_tap" +echo "PATH = $PATH" + set -x pwd