Skip to content

Commit

Permalink
Revert debugging change committed by mistake
Browse files Browse the repository at this point in the history
Commit 3fbfb13 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.
  • Loading branch information
Zack Weinberg committed Dec 22, 2023
1 parent 8794cd1 commit 4fbe643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools.at
Original file line number Diff line number Diff line change
Expand Up @@ -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
]])
Expand Down

0 comments on commit 4fbe643

Please sign in to comment.