tests: Fail on warnings too
Getting warnings are always bad and means something is broken, we shouldn't pass the test suite with them. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1349>
This commit is contained in:
parent
a13a2dca66
commit
207b9bb3c0
@ -49,7 +49,7 @@ libgvc_path = fs.parent(libgvc.get_variable('libgvc').full_path())
|
||||
background_file = files(join_paths('data', 'background.png'))
|
||||
|
||||
perf_testenv = testenv
|
||||
perf_testenv.set('G_DEBUG', 'fatal-criticals')
|
||||
perf_testenv.set('G_DEBUG', 'fatal-warnings')
|
||||
perf_testenv.set('G_MESSAGES_DEBUG', 'GNOME Shell')
|
||||
perf_testenv.set('GNOME_SHELL_DATADIR', data_builddir)
|
||||
perf_testenv.set('GNOME_SHELL_BUILDDIR', src_builddir)
|
||||
|
Loading…
Reference in New Issue
Block a user