From de1f9f1ed44c9f97d01204bb3b1efb3ffaa48ec1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 22:22:34 -0600 Subject: 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. --- scripts/testing/run-test.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/testing') 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" -- cgit v1.2.3