From: Vadim Zeitlin Date: Tue, 27 Jan 2009 14:02:27 +0000 (+0000) Subject: yet another blind attempt to run tests with --timing option (or how adding a single... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f4f6ad7547100583bdaca716c8fd3dd304c507c1?ds=inline yet another blind attempt to run tests with --timing option (or how adding a single option can turn into a 2 day endeavour thanks to the power of XSLT) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index 0c5b550e26..19cf8e4911 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -371,7 +371,7 @@ cd tests && cd tests && -./test && +./test --timing && if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi diff --git a/build/buildbot/config/ravnsgaard.xml b/build/buildbot/config/ravnsgaard.xml index 30ca97ee38..78d7c38db2 100644 --- a/build/buildbot/config/ravnsgaard.xml +++ b/build/buildbot/config/ravnsgaard.xml @@ -28,17 +28,7 @@ - - - running tests with timing - run tests - - - - cd tests && ./test --timing - - - +