Skip to content

Commit

Permalink
test: Rename draft-miek-test.v3.xml
Browse files Browse the repository at this point in the history
The macOS tox tests in GHA gets confused this with the v3 converted file
of the non v2 version.
  • Loading branch information
kesara committed Oct 25, 2024
1 parent 6ca731d commit de98ef1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tests/out/%.v2v3.xml: tests/input/%.xml install
@doc=$(basename $@); printf ' '; xmllint --noout --xinclude --relaxng xml2rfc/data/v3.rng $$doc.xml
@PS4=" " /bin/bash -cx "xml2rfc --skip-config --allow-local-file-access --cache \"$${IETF_TEST_CACHE_PATH}\" --no-network --v2v3 --strict --legacy-date-format --add-xinclude $< --out $@"

tests/out/%.v3add-xinclude.xml: tests/input/draft-miek-test.v3.xml install
tests/out/%.v3add-xinclude.xml: tests/input/draft-miek-test-v3.xml install
@PS4=" " /bin/bash -cx "xml2rfc --skip-config --allow-local-file-access --cache \"$${IETF_TEST_CACHE_PATH}\" --no-network --v2v3 --add-xinclude $< --out $@"

tests/out/%.v3add-xinclude-w-revision.xml: tests/input/draft-template.xml install
Expand Down
File renamed without changes.

0 comments on commit de98ef1

Please sign in to comment.