From: Richard Hansen Date: Mon, 3 Feb 2025 23:26:59 +0000 (-0500) Subject: tests: use `--stderr-prefix' for TAP tests X-Git-Tag: v1.17.90~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c5053a926b453870e5ae5bb83fc8f85146c1c86;p=thirdparty%2Fautomake.git tests: use `--stderr-prefix' for TAP tests * t/local.mk: Pass `--stderr-prefix' to `lib/tap-driver.sh' when running TAP tests to prevent stderr lines from being confused with test results and to improve the readability of the test log files. --- diff --git a/t/local.mk b/t/local.mk index 890d50ad6..ad11cc4d3 100644 --- a/t/local.mk +++ b/t/local.mk @@ -29,7 +29,7 @@ AM_PL_LOG_FLAGS = -Mstrict -w TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(srcdir)/lib/tap-driver.sh -AM_TAP_LOG_DRIVER_FLAGS = --merge +AM_TAP_LOG_DRIVER_FLAGS = --merge --stderr-prefix '@%:@[stderr]' EXTRA_DIST += %D%/README %D%/ax/is %D%/ax/is_newest %D%/ax/deltree.pl