Skip to content

Commit

Permalink
run-qemu: make use of run-qemu/print_test_summary.py
Browse files Browse the repository at this point in the history
Avoid keeping duplicated version of the script by re-using the one now located
under run-vmtest.

Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Jan 25, 2024
1 parent 91765e0 commit 3826a90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 110 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- master

jobs:
test_run_qemu:
name: Test run-qemu
test_run_vmtest:
name: Test run-vmtest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Test print_test_summary
run: ./run-qemu/print_test_summary.py -j run-qemu/fixtures/test_progs.json -s "${GITHUB_STEP_SUMMARY}"
run: ./run-vmtest/print_test_summary.py -j run-vmtest/fixtures/test_progs.json -s "${GITHUB_STEP_SUMMARY}"
1 change: 0 additions & 1 deletion run-qemu/fixtures/test_progs.json

This file was deleted.

105 changes: 0 additions & 105 deletions run-qemu/print_test_summary.py

This file was deleted.

2 changes: 1 addition & 1 deletion run-qemu/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ then
if [ $? ]
then
## Job summary
"${GITHUB_ACTION_PATH}/print_test_summary.py" -s "${GITHUB_STEP_SUMMARY}" -j "${KERNEL_TEST}.json"
"${GITHUB_ACTION_PATH}/../run-vmtest/print_test_summary.py" -s "${GITHUB_STEP_SUMMARY}" -j "${KERNEL_TEST}.json"
fi
fi

Expand Down

0 comments on commit 3826a90

Please sign in to comment.