Merge pull request #2469 from Airblader/feature-2465

Use Xft.dpi for DPI if available.
This commit is contained in:
Michael Stapelberg
2016-09-26 18:30:18 -07:00
committed by GitHub
9 changed files with 78 additions and 16 deletions

View File

@ -112,8 +112,9 @@ sub worker_wait {
$test->failure_output(\*STDERR);
$test->todo_output(\*STDOUT);
@ENV{qw(DISPLAY TESTNAME OUTDIR VALGRIND STRACE XTRACE COVERAGE RESTART)}
= ($self->{display},
@ENV{qw(HOME DISPLAY TESTNAME OUTDIR VALGRIND STRACE XTRACE COVERAGE RESTART)}
= ($outdir,
$self->{display},
basename($file),
$outdir,
$options->{valgrind},