* 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.
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"
}