From 152442d40dc660fffb1724370484a6ce7e519914 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 17 Apr 2010 08:50:35 +0000 Subject: [PATCH] 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 --- build/buildbot/config/include/defs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index 3ae8dc3..5b854d5 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 -- 2.7.4