mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
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:
commit
e483a189a3
2 changed files with 45 additions and 18 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue