Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dfa7a2

Browse files
committed
Update folder structure
1 parent 36a3f22 commit 0dfa7a2

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis/validate_report_files.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ GL_VALID=1
44

55
HTML_FILENAME="coverage.html"
66
JUNIT_FILENAME="junit_test_results.xml"
7-
JUNIT_XSD="xsd\\junit4.xsd"
7+
JUNIT_XSD="junit4.xsd"
88
TFS_FILENAME="tfs_test_results.xml"
9-
TFS_XSD="xsd\\junit_windy.xsd"
9+
TFS_XSD="junit_windy.xsd"
1010

1111

1212
#Exclude existing issue with OL nested in PRE
@@ -19,7 +19,7 @@ WARNING_REGEX="info warning:"
1919
ERROR_REGEX="error:"
2020

2121
#XML Validator
22-
XML_VALIDATOR="lib\\xml_validator.jar"
22+
XML_VALIDATOR="xml_validator.jar"
2323

2424
#Validate HTML
2525
HTML_VALIDATION_RESULTS=$(curl -H "Content-Type: text/html; charset=utf-8" --data-binary @$HTML_FILENAME "$HTML_VALIDATOR_URL?out=$VALIDATOR_OUT&filterpattern=$EXCLUSION_REGEX")

0 commit comments

Comments
 (0)