File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments