Skip to content

Commit bda3813

Browse files
author
Krum Motsov
committed
Set the test results to the self.result var
1 parent a58bd71 commit bda3813

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,17 +3,17 @@
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>

0 commit comments

Comments
 (0)