From dc31adcc18b1b83b41e06f718c49ce67e60aa679 Mon Sep 17 00:00:00 2001 From: Marc Jay Date: Wed, 15 Apr 2020 13:42:33 +0100 Subject: [PATCH] Rename JUnit XML files to match the Java convention - with a 'TEST-' prefix --- include/junit_integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/junit_integration b/include/junit_integration index 375531da..479a7118 100644 --- a/include/junit_integration +++ b/include/junit_integration @@ -33,7 +33,7 @@ prepare_junit_check_output() { JUNIT_CHECK_INDEX=1 # To match JUnit behaviour in Java, and ensure that an aborted execution does not leave a partially written and therefore invalid XML file, # output a JUnit XML file per check - JUNIT_OUTPUT_FILE="$JUNIT_OUTPUT_DIRECTORY/$1.xml" + JUNIT_OUTPUT_FILE="$JUNIT_OUTPUT_DIRECTORY/TEST-$1.xml" printf '%s\n' \ "" \ "" \