mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Fix 'mach test'
This commit is contained in:
parent
fe7b443c16
commit
824384a1c2
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class MachCommands(CommandBase):
|
|||
help='Number of jobs to run in parallel')
|
||||
@CommandArgument('--release', default=False, action="store_true",
|
||||
help="Build tests with release mode")
|
||||
def build_tests(self, jobs=None, release=False):
|
||||
def build_tests(self, jobs=None, verbose=False, release=False):
|
||||
self.ensure_bootstrapped()
|
||||
args = ["cargo", "test", "--no-run"]
|
||||
if is_headless_build():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue