From ae66fc0df1b93cecf28152dfc0a72e93210b7308 Mon Sep 17 00:00:00 2001 From: Daniel Sobral Date: Mon, 1 Jul 2019 11:04:08 -0600 Subject: [PATCH] Fix JUnit XML output (fixes #5) --- osht.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osht.sh b/osht.sh index 7411298..e1acfb6 100644 --- a/osht.sh +++ b/osht.sh @@ -121,7 +121,8 @@ function _osht_timestamp { function _osht_init_junit { cat < - + + EOF } @@ -147,6 +148,7 @@ EOF function _osht_end_junit { cat < EOF }