From: Michael Wetherell Date: Sat, 17 Apr 2010 08:50:35 +0000 (+0000) Subject: Revert change to add -t to buildbot test runs as some branches don't have it. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/152442d40dc660fffb1724370484a6ce7e519914 Revert change to add -t to buildbot test runs as some branches don't have it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index 3ae8dc3448..5b854d5aee 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -369,8 +369,8 @@ cd tests && runtests.bat ERR=0 cd tests || exit 0 -./test -t || ERR=$? -if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui -t || ERR=$?; fi +./test || ERR=$? +if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi exit $ERR