summaryrefslogtreecommitdiff
path: root/scripts/testing
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/testing')
-rwxr-xr-xscripts/testing/run-test.sh4
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"