]> git.saurik.com Git - wxWidgets.git/commitdiff
Revert change to add -t to buildbot test runs as some branches don't have it.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 17 Apr 2010 08:50:35 +0000 (08:50 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 17 Apr 2010 08:50:35 +0000 (08:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/defs.xml

index 3ae8dc3448f6c0893036ae22f585f095a9d179c0..5b854d5aee8bd1be251e74c713ef97e6d286fa27 100644 (file)
@@ -369,8 +369,8 @@ cd tests &amp;&amp; runtests.bat
     <xsl:param name="options"/>
 ERR=0
 cd tests || exit 0
-./test -t <xsl:value-of select="normalize-space($options)"/> || ERR=$?
-if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui -t || ERR=$?; fi
+./test <xsl:value-of select="normalize-space($options)"/> || ERR=$?
+if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi
 exit $ERR
 </xsl:template>