Skip to content

Commit

Permalink
tests: ensure bootstrapping for wpt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Mar 15, 2015
1 parent f30faea commit b951c2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/servo/testing_commands.py
Expand Up @@ -204,6 +204,7 @@ def test_tidy(self):
description='Run the web platform tests',
category='testing')
def test_wpt_failure(self):
self.ensure_bootstrapped()
return not subprocess.call([
"bash",
path.join("tests", "wpt", "run.sh"),
Expand All @@ -221,6 +222,8 @@ def test_wpt_failure(self):
"params", default=None, nargs='...',
help="command-line arguments to be passed through to wpt/run.sh")
def test_wpt(self, processes=None, params=None):
self.ensure_bootstrapped()

if params is None:
params = []
else:
Expand Down

5 comments on commit b951c2f

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging andreastt/servo/ato/wpt-bootstrap = b951c2f into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

andreastt/servo/ato/wpt-bootstrap = b951c2f merged ok, testing candidate = 7a29991

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 7a29991

Please sign in to comment.