[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: test: self-announce leading ins
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: test: self-announce leading installcheck/protocol/PATH information. |
Date: |
Mon, 25 Dec 2023 18:40:35 -0500 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=354b7e477baafc8fbc82da3dc1e6a2c37d4a7b07
The following commit(s) were added to refs/heads/master by this push:
new 354b7e477 test: self-announce leading installcheck/protocol/PATH
information.
354b7e477 is described below
commit 354b7e477baafc8fbc82da3dc1e6a2c37d4a7b07
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Mon Dec 25 15:40:25 2023 -0800
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.
---
t/ax/am-test-lib.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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"
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: test: self-announce leading installcheck/protocol/PATH information.,
Karl Berry <=