Skip to content

Commit c161c49

Browse files
committed
Drop curly brackets from testspace xml
1 parent d2921d9 commit c161c49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.testspace.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<root>
44
<attributes>
55
<![CDATA[INSTALL_DIR = $PWD
6-
RESULTS_DIR = ${INSTALL_DIR}/target/surefire-reports
7-
COVERAGE_DIR = ${INSTALL_DIR}/target/site/cobertura]]>
6+
RESULTS_DIR = $INSTALL_DIR/target/surefire-reports
7+
COVERAGE_DIR = $INSTALL_DIR/target/site/cobertura]]>
88
</attributes>
99
<suite name="Compile" state="1" id=".sh" description="**Compiling** Classes">
1010
<attributes>
@@ -15,7 +15,7 @@ mvn clean compile]]>
1515
<suite name="Tests" state="1" id=".sh" description="run **all** of the tests">
1616
<attributes>
1717
<![CDATA[mvn cobertura:cobertura -Dcobertura.report.format=xml
18-
echo "${RESULTS_DIR}/TEST-TestSuite.xml" > ${self.result}]]>
18+
echo "$RESULTS_DIR/TEST-TestSuite.xml" > ${self.result}]]>
1919
</attributes>
2020
</suite>
2121
<suite name="Coverage" state="1" id=".sh" description="Code coverage based on latest run. Review the ==Reports== tab for historical tracking">

0 commit comments

Comments
 (0)