Skip to content

Commit

Permalink
Merge pull request #5 from jerrymarino/jmarino_standalone
Browse files Browse the repository at this point in the history
Add standalone flag for logic tests
  • Loading branch information
albertdai committed Aug 6, 2019
2 parents 167cd85 + a54b6f2 commit 742b148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/logic_test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def RunLogicTestOnSim(
simctl_env_vars[_SIMCTL_ENV_VAR_PREFIX + key] = env_vars[key]
simctl_env_vars['NSUnbufferedIO'] = 'YES'
command = [
'xcrun', 'simctl', 'spawn', sim_id,
'xcrun', 'simctl', 'spawn', '--standalone', sim_id,
xcode_info_util.GetXctestToolPath(ios_constants.SDK.IPHONESIMULATOR)]
if args:
command += args
Expand Down

0 comments on commit 742b148

Please sign in to comment.