Make the gui test still run on the buildbot when the non-gui tests fail.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -367,11 +367,11 @@ cd tests && runtests.bat
|
|||||||
|
|
||||||
<xsl:template name="run-tests-unix">
|
<xsl:template name="run-tests-unix">
|
||||||
<xsl:param name="options"/>
|
<xsl:param name="options"/>
|
||||||
<normalize-space>
|
ERR=0
|
||||||
cd tests &&
|
cd tests
|
||||||
./test <xsl:value-of select="normalize-space($options)"/> &&
|
./test <xsl:value-of select="normalize-space($options)"/> || ERR=$?
|
||||||
if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi
|
if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi
|
||||||
</normalize-space>
|
exit $ERR
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Reference in New Issue
Block a user