reftests: Don't run tests with --verbose

Unexpected output tends to break TAP.
This commit is contained in:
Matthias Clasen 2020-03-20 10:42:52 -04:00
parent 68e1c8d3e9
commit c893f79023

View File

@ -436,7 +436,6 @@ foreach testname : testdata
test('reftest ' + testname, gtk_reftest,
args: [ '--tap',
'-k',
'--verbose',
'-o', join_paths(meson.current_build_dir(), 'output'),
join_paths(meson.current_source_dir(), testname),
],