Skip to content

Commit 4a16098

Browse files
committed
[test][run-qemu] Add test for print_test_summary.py
1 parent 94d01bc commit 4a16098

File tree

5 files changed

+2581
-1
lines changed

5 files changed

+2581
-1
lines changed

.github/workflows/scripts_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717
- name: Test print_test_summary
18-
run: ./run-qemu/print_test_summary.py -j run-qemu/fixtures/test_progs.json -s "${GITHUB_STEP_SUMMARY}"
18+
working-directory: run-qemu
19+
run: python3 -m unittest tests/test_run_qemu.py

0 commit comments

Comments
 (0)