Skip to content

Instantly share code, notes, and snippets.

@Manishearth
Created March 14, 2017 17:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Manishearth/23b92b5025fdd318a5ec983352a3536e to your computer and use it in GitHub Desktop.
# need to fill in the PR number here
git fetch origin refs/pull/$1/merge
git diff FETCH_HEAD^..FETCH_HEAD^2 -- . ':!tests' >/tmp/p.patch
# cd to gecko dir
cd servo/
</tmp/p.patch patch -p1
./mach try -b do -p linux64-stylo -u crashtest,mochitests,reftest,reftest-1,reftest-2,reftest-3,reftest-4 -t none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment