diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 22:22:34 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 22:22:34 -0600 |
| commit | 13a86132407dccf2ced25745da4309587384aa54 (patch) | |
| tree | ba43a8a5c77b71822391bc5ef01e2ce0876c784c /scripts/testing | |
| parent | ef2a15a2c0a530fefff1a40a84be2e9845b6fd04 (diff) | |
feat(testing): add make test target and display report on completion
Add 'make test' Makefile target to run full VM integration test suite.
Print test report to terminal after generation for immediate visibility.
Diffstat (limited to 'scripts/testing')
| -rwxr-xr-x | scripts/testing/run-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/testing/run-test.sh b/scripts/testing/run-test.sh index a600870..c65961d 100755 --- a/scripts/testing/run-test.sh +++ b/scripts/testing/run-test.sh @@ -319,6 +319,10 @@ EOFREPORT info "Test report saved: $REPORT_FILE" +# Display report to terminal +echo "" +cat "$REPORT_FILE" + # Cleanup or keep VM section "Cleanup" |
