Skip to content

Commit

Permalink
Update testHeadlessComponents.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 27, 2023
1 parent 32e6f52 commit 7b223d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testHeadlessComponents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ if [ "$OS" == "windows" ]; then
printXmlHeader $PASSED $FAILED $TESTS $IGNORED "testHeadlessComponent" | Out-File -FilePath $XMLREPORT
echo "$BODY" | Out-File -FilePath $XMLREPORT
printXmlFooter | Out-File -FilePath $XMLREPORT
ls $XMLREPORT
else
printXmlHeader $PASSED $FAILED $TESTS $IGNORED "testHeadlessComponent" > $XMLREPORT
echo "$BODY" >> $XMLREPORT
Expand Down

0 comments on commit 7b223d7

Please sign in to comment.