diff --git a/XCTestBootstrap/Strategies/FBManagedTestRunStrategy.m b/XCTestBootstrap/Strategies/FBManagedTestRunStrategy.m index 322e9fced..caae1bfc5 100644 --- a/XCTestBootstrap/Strategies/FBManagedTestRunStrategy.m +++ b/XCTestBootstrap/Strategies/FBManagedTestRunStrategy.m @@ -64,7 +64,7 @@ + (FBApplicationLaunchConfiguration *)prepareApplicationLaunchConfiguration:(FBA environment:[self environmentFromConfiguration:testRunnerConfiguration environment:applicationLaunchConfiguration.environment] waitForDebugger:applicationLaunchConfiguration.waitForDebugger io:applicationLaunchConfiguration.io - launchMode:FBApplicationLaunchModeFailIfRunning]; + launchMode:FBApplicationLaunchModeRelaunchIfRunning]; } + (NSArray *)argumentsFromConfiguration:(FBTestRunnerConfiguration *)configuration attributes:(NSArray *)attributes