diff --git a/test/9pm b/test/9pm index f72ba063..aff26a84 160000 --- a/test/9pm +++ b/test/9pm @@ -1 +1 @@ -Subproject commit f72ba0635910f424e06c12af89963d6149fcd324 +Subproject commit aff26a849f0d01c752dc8b2261d37324be7445b9 diff --git a/test/test.mk b/test/test.mk index 9ff8d4c5..89905aee 100644 --- a/test/test.mk +++ b/test/test.mk @@ -57,10 +57,11 @@ test-spec: -o $(test-specification) $(spec-dir)/Readme.adoc test-report: - asciidoctor-pdf --theme $(spec-dir)/theme.yml \ - -a logo="image:$(LOGO)" \ - -a pdf-fontsdir=$(spec-dir)/fonts \ - -o $(test-report) $(test-dir)/.log/last/report.adoc + $(ninepm_report) pdf $(test-dir)/.log/last/result.json \ + --theme $(spec-dir)/theme.yml \ + --fontsdir $(spec-dir)/fonts \ + --logo "$(LOGO)" \ + -o $(test-report) # Unit tests run with random (-r) hostname and container name to # prevent race conditions when running in CI environments.