]> git.saurik.com Git - wxWidgets.git/commitdiff
Use open command to run the GUI unit test on Mac build slave.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:29:39 +0000 (17:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:29:39 +0000 (17:29 +0000)
Running the application binary directly still doesn't work quite the same as
when it's opened from Finder (or executed using open) and some tests involving
event loops fail because of this.

Run it using open even if it means that we lose the detailed log output.

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

build/buildbot/config/include/csleobuild.xml

index b3880d4491742280d39ef85d5d43cd0671ccbc40..4c567cc5fe1926b6d26e972c3d0b8b9b0b4e1046 100644 (file)
@@ -30,7 +30,7 @@
                 export DYLD_LIBRARY_PATH=../lib
                 cd tests &amp;&amp;
                 ./test -t &amp;&amp;
-                ./test_gui.app/Contents/MacOS/test_gui -t
+                open ./test_gui.app
             </command>
         </copy-with-defaults>
     </test>