mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1926270 - [puppeteer] Fix setting of shard values for mach commands. r=webdriver-reviewers,Sasha
Differential Revision: https://phabricator.services.mozilla.com/D226478
This commit is contained in:
parent
5702fd293d
commit
4554ed34e7
@ -484,7 +484,7 @@ class PuppeteerRunner(MozbuildObject):
|
||||
"test",
|
||||
"--",
|
||||
"--shard",
|
||||
"'" + this_chunk + "-" + total_chunks + "'",
|
||||
f"{this_chunk}-{total_chunks}",
|
||||
"--test-suite",
|
||||
test_command,
|
||||
] + mocha_options
|
||||
|
Loading…
Reference in New Issue
Block a user