mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
testsuite: Pass --output for gsk tests
We want to keep the output from ci runs. So we now write the .out.png and .diff.png files to build/testsuite/gsk/compare/$RENDERER.
This commit is contained in:
parent
e0bf301d34
commit
3788e1dea7
@ -71,7 +71,8 @@ foreach renderer : renderers
|
||||
foreach test : compare_render_tests
|
||||
if (renderer[1] == '' or not test.contains(renderer[1]))
|
||||
test(renderer[0] + ' ' + test, compare_render,
|
||||
args: [join_paths(meson.current_source_dir(), 'compare', test + '.node'),
|
||||
args: ['--output', join_paths(meson.current_build_dir(), 'compare', renderer[0]),
|
||||
join_paths(meson.current_source_dir(), 'compare', test + '.node'),
|
||||
join_paths(meson.current_source_dir(), 'compare', test + '.png')],
|
||||
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
|
||||
'GSETTINGS_BACKEND=memory',
|
||||
|
Loading…
Reference in New Issue
Block a user