From f4f6ad7547100583bdaca716c8fd3dd304c507c1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Jan 2009 14:02:27 +0000 Subject: [PATCH] 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 --- build/buildbot/config/include/defs.xml | 2 +- build/buildbot/config/ravnsgaard.xml | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) 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 - - - + -- 2.45.2