Xcode: Add additional command line parameters in the unit tests to match those passed in the CI
This commit is contained in:
parent
c2593ff79c
commit
d3124af4a5
1 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,14 @@
|
|||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
<CommandLineArgument
|
||||
argument = "--color_output"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "--log_level=test_suite"
|
||||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
<CommandLineArgument
|
||||
argument = "--run_test=test_preproc_defines"
|
||||
isEnabled = "NO">
|
||||
|
|
Loading…
Add table
Reference in a new issue