From d227e69ce273c08bf495d2f700b0f067011c0126 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') 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