Skip to content

Commit

Permalink
Merge pull request #222 from nickolas-pohilets/master
Browse files Browse the repository at this point in the history
Simple fix for #199
  • Loading branch information
oliverhu committed Nov 29, 2017
2 parents 0c74c39 + 169844b commit 6a936b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bluepill-cli/Bluepill-cli/Simulator/SimulatorHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ + (NSString *)testEnvironmentWithConfiguration:(BPConfiguration *)config {
xctConfig.targetApplicationBundleID = [self bundleIdForPath:config.appBundlePath];
xctConfig.initializeForUITesting = YES;
xctConfig.disablePerformanceMetrics = NO;
xctConfig.reportActivities = NO;
xctConfig.reportActivities = YES;
xctConfig.testsMustRunOnMainThread = YES;
xctConfig.pathToXcodeReportingSocket = nil;
testHostPath = config.testRunnerAppPath;
Expand Down

0 comments on commit 6a936b0

Please sign in to comment.