mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Merge pull request #1535 from kernelkit/test-report-via-9pm
Generate test report via 9pm
This commit is contained in:
+1
-1
Submodule test/9pm updated: f72ba06359...aff26a849f
+5
-4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user