]> git.saurik.com Git - wxWidgets.git/commitdiff
Use -t on buildbot test runs.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 16 Apr 2010 22:14:26 +0000 (22:14 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 16 Apr 2010 22:14:26 +0000 (22:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/defs.xml

index 5b854d5aee8bd1be251e74c713ef97e6d286fa27..3ae8dc3448f6c0893036ae22f585f095a9d179c0 100644 (file)
@@ -369,8 +369,8 @@ cd tests &amp;&amp; runtests.bat
     <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>