Skip to content

Commit

Permalink
Disable more log messages from mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 21, 2024
1 parent 9478ff5 commit f1deb3a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ if get_option('tests').allowed()
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
'MESA_LOG=null',
'LIBGL_DEBUG=quiet'
]
)

Expand All @@ -97,7 +98,9 @@ if get_option('tests').allowed()
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
'MESA_LOG=null,
'LIBGL_DEBUG=quiet'
'
]
)

Expand All @@ -115,7 +118,9 @@ if get_option('tests').allowed()
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
'MESA_LOG=null,
'LIBGL_DEBUG=quiet'
'
]
)
endif
Expand Down

0 comments on commit f1deb3a

Please sign in to comment.