mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
test/9m: bump to latest version
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -90,7 +90,8 @@ jobs:
|
||||
- name: Publish Test Result for ${{ env.TARGET }}
|
||||
# Ensure this runs even if Regression Test fails
|
||||
if: always()
|
||||
run: cat $TEST_PATH/.log/last/result-gh.md >> $GITHUB_STEP_SUMMARY
|
||||
run: |
|
||||
cat $TEST_PATH/.log/last/result-gh.md >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Generate Test Report for ${{ env.TARGET }}
|
||||
# Ensure this runs even if Regression Test fails
|
||||
|
||||
+1
-1
Submodule test/9pm updated: ae54b40853...0cea38dc1e
@@ -1,6 +1,7 @@
|
||||
base-dir := $(lastword $(subst :, ,$(BR2_EXTERNAL)))
|
||||
test-dir ?= $(BR2_EXTERNAL_INFIX_PATH)/test
|
||||
ninepm := $(BR2_EXTERNAL_INFIX_PATH)/test/9pm/9pm.py
|
||||
ninepm_report := $(BR2_EXTERNAL_INFIX_PATH)/test/9pm/report.py
|
||||
NINEPM_PROJ_CONF ?= $(BR2_EXTERNAL_INFIX_PATH)/test/9pm-proj.yaml
|
||||
spec-dir := $(test-dir)/spec
|
||||
test-specification := $(BINARIES_DIR)/test-specification.pdf
|
||||
@@ -29,6 +30,8 @@ endif
|
||||
|
||||
test:
|
||||
$(test-dir)/env -r $(base) $(mode) $(binaries) $(pkg-$(ARCH)) $(ninepm) -v $(TESTS)
|
||||
$(ninepm_report) github $(test-dir)/.log/last/result.json
|
||||
$(ninepm_report) asciidoc $(test-dir)/.log/last/result.json
|
||||
|
||||
test-sh:
|
||||
$(test-dir)/env $(base) $(mode) $(binaries) $(pkg-$(ARCH)) -i /bin/sh
|
||||
|
||||
Reference in New Issue
Block a user