mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
tests: fix maintainer-xml-check for recent changes.
* tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): Use AT_BISON_CHECK_NO_XML rather than AT_BISON_CHECK because an output file whose name conflicts with a previous output file is now never generated.
This commit is contained in:
@@ -138,7 +138,11 @@ foo: {};
|
||||
]])
|
||||
|
||||
[cp ]$1[ expout]
|
||||
AT_BISON_CHECK([$3 $1], $5, [], [$4])
|
||||
# Because an output file name conflict is still a warning, Bison exits
|
||||
# with status 0, so AT_BISON_CHECK does not realize that there may be no
|
||||
# output file against which to check the XML. AT_BISON_CHECK_NO_XML
|
||||
# avoids that problem.
|
||||
AT_BISON_CHECK_NO_XML([$3 $1], $5, [], [$4])
|
||||
AT_CHECK([[cat $1]], [[0]], [expout])
|
||||
AT_CLEANUP
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user