From: Michael Wetherell Date: Fri, 16 Apr 2010 22:14:26 +0000 (+0000) Subject: Use -t on buildbot test runs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5033c8a6dff2d6319336b8c92581d93068d8edb6?ds=inline Use -t on buildbot test runs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index 5b854d5aee..3ae8dc3448 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 || ERR=$? -if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui || ERR=$?; fi +./test -t || ERR=$? +if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui -t || ERR=$?; fi exit $ERR