]> git.saurik.com Git - wxWidgets.git/commitdiff
Run tests with "-t" option on OS X too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Dec 2010 12:48:00 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Dec 2010 12:48:00 +0000 (12:48 +0000)
OS X build slave used its own commands to run unit tests, add -t to them too
to be (hopefully) able to see better where does the test crash exactly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/csleobuild.xml

index 522a6c5f7bc606a4da064051047c8416c011d6b2..b3880d4491742280d39ef85d5d43cd0671ccbc40 100644 (file)
@@ -29,8 +29,8 @@
             <command>
                 export DYLD_LIBRARY_PATH=../lib
                 cd tests &amp;&amp;
-                ./test &amp;&amp;
-                ./test_gui.app/Contents/MacOS/test_gui
+                ./test -t &amp;&amp;
+                ./test_gui.app/Contents/MacOS/test_gui -t
             </command>
         </copy-with-defaults>
     </test>