diff --git a/library/common/tb/generate_xml.sh b/library/common/tb/generate_xml.sh index ccdc08768..c82dc4cba 100755 --- a/library/common/tb/generate_xml.sh +++ b/library/common/tb/generate_xml.sh @@ -26,6 +26,8 @@ echo "" > $xmlFile echo -e "" >> $xmlFile echo -e "\t" >> $xmlFile if [[ "$ERRS" ]]; then + #replace < with < and > with > in ERRS to not broke created xml + ERRS=$(echo $ERRS | sed 's//>/g') echo -e "\t\t\n\"$ERRS\"\n\t\t" >> $xmlFile elif [[ "$SUCCESS" ]]; then echo -e "\t\t" >> $xmlFile