Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44e0e6 commit 1b3e0bdCopy full SHA for 1b3e0bd
1 file changed
.travis/validate_report_files.sh
@@ -53,7 +53,7 @@ ValidateHtml "$HTML_FILENAME"
53
54
for XMLFILE in "${!XML_FILES[@]}"; do
55
#echo "$XMLFILE" "${XML_FILES[$XMLFILE]}";
56
- ValidateXML "XSD_DIR/${XML_FILES[$XMLFILE]}" "$XMLFILE"
+ ValidateXML "$XSD_DIR/${XML_FILES[$XMLFILE]}" "$XMLFILE"
57
done
58
59
if [ $GL_VALID -ne 1 ]; then
0 commit comments