From: Vadim Zeitlin Date: Sat, 7 Feb 2009 21:44:52 +0000 (+0000) Subject: another attempt to run tests with verbose logging in STL trunk build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9820211f1132ecc891b57a0cb89b838f4fbda699?hp=16be58c140008f5d27d6b9eb1ae95b11c8b4ba7f another attempt to run tests with verbose logging in STL trunk build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index a3531c51d8..8a68746b51 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -333,6 +333,7 @@ --> + @@ -344,43 +345,10 @@ - - - - - - - - - - - - - - - - - - running tests with timing - run tests with timing - - - - - - - + - + @@ -393,6 +361,7 @@ simple command so that these aren't necessary. --> + cd tests && (for /d %x in (..\lib\*_dll) do @PATH=%x;%PATH%) && @@ -402,26 +371,10 @@ cd tests && + cd tests && -./test && -if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi - - - - - -cd tests && -(for /d %x in (..\lib\*_dll) do @PATH=%x;%PATH%) && -(for /d %x in (*) do @if exist %x\test.exe %x\test -t) && -(for /d %x in (*) do @if exist %x\test_gui.exe %x\test_gui -t) - - - - - -cd tests && -./test -t && +./test && 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 ae0aab975d..fa515d9794 100644 --- a/build/buildbot/config/ravnsgaard.xml +++ b/build/buildbot/config/ravnsgaard.xml @@ -28,7 +28,7 @@ - +