Skip to content

Commit f638fbb

Browse files
jbardinifacebook-github-bot
authored andcommitted
Use "standalone" mode to launch logic tests
Summary: Always launch Logic tests in "standalone" mode, regardless of whether the the target sim is booted or not. Reviewed By: Nekitosss Differential Revision: D38456412 fbshipit-source-id: b64135b09eee3bc34b718d48af6fb3998d646c9d
1 parent e3fa0b2 commit f638fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCTestBootstrap/Strategies/FBLogicTestRunStrategy.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ - (instancetype)initWithTarget:(id<FBiOSTarget, FBProcessSpawnCommands, FBXCTest
314314
[FBCollectionInformation oneLineDescriptionFromDictionary:environment]
315315
];
316316
FBProcessIO *io = [[FBProcessIO alloc] initWithStdIn:nil stdOut:[FBProcessOutput outputForDataConsumer:outputs.stdOutConsumer] stdErr:[FBProcessOutput outputForDataConsumer:outputs.stdErrConsumer]];
317-
FBProcessSpawnConfiguration *configuration = [[FBProcessSpawnConfiguration alloc] initWithLaunchPath:launchPath arguments:arguments environment:environment io:io mode:FBProcessSpawnModeDefault];
317+
FBProcessSpawnConfiguration *configuration = [[FBProcessSpawnConfiguration alloc] initWithLaunchPath:launchPath arguments:arguments environment:environment io:io mode:FBProcessSpawnModePosixSpawn];
318318

319319
return [[self.target
320320
launchProcess:configuration]

0 commit comments

Comments
 (0)