From 4fbe6436600eb166444687b0bec345066d04492c Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 22 Dec 2023 09:56:44 -0500 Subject: [PATCH] Revert debugging change committed by mistake Commit 3fbfb13e7a846e98fa931b2bce373b5b2364a11b includes a debugging hack that was not intended to be committed. Revert it. * tests/tools.at (autoconf: forbidden tokens, basic): Remove --verbose from second invocation of autoconf. --- tests/tools.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tools.at b/tests/tools.at index 703d0ffec..8359e77af 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -484,7 +484,7 @@ touch configure # Since warnings are replicated from the cache but "possibly undefined # macro" errors are not, a second run, without --force, should succeed # and should yield only the warnings about AC_INIT and AC_OUTPUT. -AT_CHECK_M4([autoconf --verbose], 0, [], +AT_CHECK_M4([autoconf], 0, [], [[trailer.m4: warning: AC_INIT was never used trailer.m4: warning: AC_OUTPUT was never used ]]) -- 2.47.3