Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wpt #7657

Merged
merged 2 commits into from Sep 17, 2015
Merged

Update wpt #7657

Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Update CheckoutBranch to the wptrunner changes.

  • Loading branch information
Ms2ger committed Sep 17, 2015
commit d504015496f4c4ae6c1b2061c1c6f92d3ac47115
@@ -92,11 +92,11 @@ class CheckoutBranch(Step):
def create(self, state):
self.logger.info("Updating sync tree from %s" % state.sync["remote_url"])
state.branch = state.sync_tree.unique_branch_name(
"outbound_update_%s" % state.test_manifest.rev)
"outbound_update_%s" % state.old_manifest.rev)
state.sync_tree.update(state.sync["remote_url"],
state.sync["branch"],
state.branch)
state.sync_tree.checkout(state.test_manifest.rev, state.branch, force=True)
state.sync_tree.checkout(state.old_manifest.rev, state.branch, force=True)


class GetLastSyncCommit(Step):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.