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

Skip to content

Commit 7f2d63c

Browse files
authored
Commit update path and see debug path
1 parent 21a74fc commit 7f2d63c

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.travis/validate_report_files.sh

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ JUNIT_FILENAME="junit_test_results.xml"
77
TFS_FILENAME="tfs_test_results.xml"
88
XSD_DIR="xsd"
99
XML_JAR_DIR="lib"
10-
JUNIT_XSD="$$XSD_DIR/junit4.xsd"
10+
JUNIT_XSD="$XSD_DIR/junit4.xsd"
1111
TFS_XSD="$XSD_DIR/junit_windy.xsd"
1212

1313

@@ -40,8 +40,22 @@ if [ "$ERROR_COUNT" -gt 0 ]; then
4040
fi
4141

4242

43+
44+
#Debug
45+
echo "PWD"
46+
pwd
47+
48+
echo ""
49+
echo "LS"
50+
ls
51+
52+
echo ""
53+
echo "LS LIB"
54+
ls lib
55+
56+
4357
#Validate XML TFS_FILENAME
44-
TFS_RESULT=$(java -jar $$XML_VALIDATOR -s $TFS_XSD $TFS_FILENAME 2>&1)
58+
TFS_RESULT=$(java -jar $XML_VALIDATOR -s $TFS_XSD $TFS_FILENAME 2>&1)
4559

4660
if [ $? -ne 0 ]; then
4761
GL_VALID=0

0 commit comments

Comments
 (0)