mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
mach test-unit: also pass extra arguments to style_tests harness
This commit is contained in:
parent
b5d9210f16
commit
93f66ab0cc
1 changed files with 5 additions and 0 deletions
|
@ -276,6 +276,11 @@ class MachCommands(CommandBase):
|
|||
args += ["%s" % ' '.join(features + ["testing"])]
|
||||
else:
|
||||
args += ["testing"]
|
||||
|
||||
args += test_patterns
|
||||
|
||||
if nocapture:
|
||||
args += ["--", "--nocapture"]
|
||||
return call(args, env=env, cwd=self.servo_crate())
|
||||
|
||||
@Command('test-stylo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue