Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Dec 9, 2020
1 parent 9247b22 commit 671208a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ private static Spawn createXmlGeneratingSpawn(
envBuilder.putAll(testEnv).put("TEST_NAME", action.getTestName());
if (!action.isSharded()) {
envBuilder.put("TEST_SHARD_INDEX", "0");
envBuilder.put("TEST_SHARD_INDEX", "0");
envBuilder.put("TEST_TOTAL_SHARDS", "0");
}
return new SimpleSpawn(
action,
Expand Down

0 comments on commit 671208a

Please sign in to comment.