Created
March 14, 2017 17:43
-
-
Save Manishearth/23b92b5025fdd318a5ec983352a3536e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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