]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
test: self-announce leading installcheck/protocol/PATH information.
authorKarl Berry <karl@freefriends.org>
Mon, 25 Dec 2023 23:40:25 +0000 (15:40 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 25 Dec 2023 23:40:25 +0000 (15:40 -0800)
* t/ax/am-test-lib.sh (am_extra_info): self-announce where the
initial reports on installcheck, test protocol, and PATH
come from. Apparently this doesn't disturb the tests.
If other people don't like the extra verbiage, no problem to remove.

t/ax/am-test-lib.sh

index bfa1d84b20d56cfe59ad856e5d35eaba5ea59878..f1ee5f88749aa6eee68658cba74ecf2eba96f4a4 100644 (file)
@@ -1058,7 +1058,7 @@ am_setup_testdir ()
 
 am_extra_info ()
 {
-  echo "Running from installcheck: $am_running_installcheck"
-  echo "Test Protocol: $am_test_protocol"
-  echo "PATH = $PATH"
+  echo "am-test-lib.sh: Running from installcheck: $am_running_installcheck"
+  echo "am-test-lib.sh: Test Protocol: $am_test_protocol"
+  echo "am-test-lib.sh: PATH = $PATH"
 }