Run tests with "-t" option on OS X too.
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
This commit is contained in:
parent
ed8f0b0675
commit
5bf7b950a4
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@
|
|||
<command>
|
||||
export DYLD_LIBRARY_PATH=../lib
|
||||
cd tests &&
|
||||
./test &&
|
||||
./test_gui.app/Contents/MacOS/test_gui
|
||||
./test -t &&
|
||||
./test_gui.app/Contents/MacOS/test_gui -t
|
||||
</command>
|
||||
</copy-with-defaults>
|
||||
</test>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue