Skip to content

Commit

Permalink
Update file write path
Browse files Browse the repository at this point in the history
  • Loading branch information
sambart19 committed Nov 17, 2020
1 parent 13d1d63 commit 184358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function addTestPlans(main_group_uuid, shards){
});

log('Writing Test Plan to file');
fs.writeFileSync(shardName, createTestPlan(defaultOptions, [mainTarget].concat(shardTargets).concat(allDisabledShards)));
fs.writeFileSync(XCODE_PATH + shardName, createTestPlan(defaultOptions, [mainTarget].concat(shardTargets).concat(allDisabledShards)));

console.log('Test Plan Shard '+shardIndex+' Created:', shardName);
})
Expand Down

0 comments on commit 184358e

Please sign in to comment.