git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64006
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<xsl:param name="options"/>
ERR=0
cd tests || exit 0
<xsl:param name="options"/>
ERR=0
cd tests || exit 0
-./test <xsl:value-of select="normalize-space($options)"/> || ERR=$?
-if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi
+./test -t <xsl:value-of select="normalize-space($options)"/> || ERR=$?
+if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui -t || ERR=$?; fi
exit $ERR
</xsl:template>
exit $ERR
</xsl:template>