automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 19/32] test init: refactor: move displaying of debugging info lat


From: Stefano Lattarini
Subject: [PATCH 19/32] test init: refactor: move displaying of debugging info later
Date: Thu, 26 Jul 2012 14:04:45 +0200

* t/ax/test-init.sh: Here, about the values of $PATH, $am_using_tap
and $am_running_installcheck.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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
-- 
1.7.12.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]