mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix mach test-jquery
(#36786)
Fixes https://github.com/servo/servo/issues/36740 Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
d8c2a7eaf1
commit
8c318af307
1 changed files with 3 additions and 3 deletions
|
@ -432,9 +432,9 @@ class MachCommands(CommandBase):
|
||||||
return [py, avd, apk]
|
return [py, avd, apk]
|
||||||
|
|
||||||
@Command('test-jquery', description='Run the jQuery test suite', category='testing')
|
@Command('test-jquery', description='Run the jQuery test suite', category='testing')
|
||||||
@CommandBase.common_command_arguments(build_configuration=False, build_type=True)
|
@CommandBase.common_command_arguments(binary_selection=True)
|
||||||
def test_jquery(self, build_type: BuildType):
|
def test_jquery(self, servo_binary: str):
|
||||||
return self.jquery_test_runner("test", build_type)
|
return self.jquery_test_runner("test", servo_binary)
|
||||||
|
|
||||||
@Command('test-dromaeo', description='Run the Dromaeo test suite', category='testing')
|
@Command('test-dromaeo', description='Run the Dromaeo test suite', category='testing')
|
||||||
@CommandArgument('tests', default=["recommended"], nargs="...", help="Specific tests to run")
|
@CommandArgument('tests', default=["recommended"], nargs="...", help="Specific tests to run")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue