Skip to content

Upgrading wptrunner

Josh Matthews edited this page Sep 1, 2015 · 1 revision
cd tests/wpt/harness
git init
git remote add upstream https://github.com/w3c/wptrunner.git
git fetch upstream
git reset --hard remotes/upstream/master

This will leave all of the changes to wptrunner in the working dir, ready to be committed.

Clone this wiki locally