From: Karl Berry Date: Mon, 25 Dec 2023 23:40:25 +0000 (-0800) Subject: test: self-announce leading installcheck/protocol/PATH information. X-Git-Tag: v1.16.90~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354b7e477baafc8fbc82da3dc1e6a2c37d4a7b07;p=thirdparty%2Fautomake.git test: self-announce leading installcheck/protocol/PATH information. * 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. --- diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh index bfa1d84b2..f1ee5f887 100644 --- a/t/ax/am-test-lib.sh +++ b/t/ax/am-test-lib.sh @@ -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" }