mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #10033 - Ms2ger:jquery, r=jdm
Make the jquery test runner work again. CC #10032. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10033) <!-- Reviewable:end -->
This commit is contained in:
commit
6c5bfca53e
2 changed files with 2 additions and 3 deletions
|
@ -497,8 +497,7 @@ class MachCommands(CommandBase):
|
|||
# Check that a release servo build exists
|
||||
bin_path = path.abspath(self.get_binary_path(release, dev))
|
||||
|
||||
return check_call(
|
||||
[run_file, cmd, bin_path, base_dir])
|
||||
return call([run_file, cmd, bin_path, base_dir])
|
||||
|
||||
def dromaeo_test_runner(self, tests, release, dev):
|
||||
self.ensure_bootstrapped()
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
[jQuery test] [7/0/7] element - jQuery only
|
||||
[jQuery test] [0/2/2] Sizzle cache collides with multiple Sizzles on a page
|
||||
[jQuery test] [1/0/1] disconnected nodes
|
||||
[jQuery test] [50/4/54] attributes
|
||||
[jQuery test] [54/0/54] attributes
|
||||
[jQuery test] [3/0/3] disconnected nodes - jQuery only
|
||||
[jQuery test] [26/0/26] id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue