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