From 22443fe751fe97c065e6285cf8dcc8e5009dc576 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 25 Jul 2012 20:25:55 +0200 Subject: [PATCH] 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 --- t/ax/test-init.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh index 06079b2..9684327 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 -- 2.7.4