mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix the naming of reference images in reftest
This commit is contained in:
parent
e32da820e7
commit
fb36c05c35
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ fn render_servo(config: Config, file: ~str) -> Image {
|
|||
|
||||
fn render_ref(config: Config, file: ~str) -> Image {
|
||||
let infile = file;
|
||||
let outfilename = Path(file).filename().get().to_str() + ".png";
|
||||
let outfilename = Path(file).filename().get().to_str() + "ref..png";
|
||||
let outfile = Path(config.work_dir).push(outfilename);
|
||||
// After we've generated the reference image once, we don't need
|
||||
// to keep launching Firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue