auto merge of #3879 : mrobinson/servo/debug-options, r=cgaebel

This should make help output a lot cleaner and simplify the way that
uncommon debug options are passed.
This commit is contained in:
bors-servo 2014-11-04 11:36:30 -07:00
commit e483a189a3
2 changed files with 45 additions and 18 deletions

View file

@ -223,7 +223,8 @@ fn capture(reftest: &Reftest, side: uint) -> (u32, u32, Vec<u8>) {
command
.args(reftest.servo_args.as_slice())
// Allows pixel perfect rendering of Ahem font for reftests.
.arg("--disable-text-aa")
.arg("-Z")
.arg("disable-text-aa")
.args(["-f", "-o"])
.arg(png_filename.as_slice())
.arg({