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 <suite name =" Install.prerequisites" state =" 1" id =" .sh" description =" **Install** system prerequisites " >
55 <attributes >
6- <![CDATA[ npm install -g gulp; ]]>
6+ <![CDATA[ npm install -g gulp]]>
77 </attributes >
88 </suite >
99 <suite name =" Tests" state =" 1" id =" .sh" description =" run **all** of the unit tests" >
1010 <attributes >
11- <![CDATA[ gulp build]]>
11+ <![CDATA[ gulp build; echo "$PWD/test/junitresults.xml" > ${self.result} ]]>
1212 </attributes >
1313 </suite >
1414 <suite name =" Coverage" state =" 1" id =" .sh" description =" Code coverage based on latest run. Review the ==Reports== tab for historical tracking" >
1515 <attributes >
16- <![CDATA[ echo "$PWD/test/coverage/junitresults .xml" > ${self.result}]]>
16+ <![CDATA[ echo "$PWD/test/coverage/clover .xml" > ${self.result}]]>
1717 </attributes >
1818 </suite >
1919 </root >
You can’t perform that action at this time.
0 commit comments