Skip to content

Commit

Permalink
Disable 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 52899af commit 9478ff5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ if get_option('tests').allowed()
env: [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1'
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
]
)

Expand All @@ -95,7 +96,8 @@ if get_option('tests').allowed()
env: [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1'
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
]
)

Expand All @@ -112,7 +114,8 @@ if get_option('tests').allowed()
env: [
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1'
'NO_AT_BRIDGE=1',
'MESA_LOG=null'
]
)
endif
Expand Down

0 comments on commit 9478ff5

Please sign in to comment.