freedreno/crashdec: Disable GALLIUM_DUMP_CPU
authorRob Clark <robdclark@chromium.org>
Thu, 23 Feb 2023 17:18:30 +0000 (09:18 -0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 23 Feb 2023 20:02:26 +0000 (20:02 +0000)
We don't want util_cpu to vomit cpu caps all over the test output.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19551>

src/freedreno/decode/meson.build

index 762c9f1..5c97eaf 100644 (file)
@@ -216,6 +216,7 @@ if with_tests
       output: name + '.log',
       command: [crashdec, args, files('../.gitlab-ci/traces/' + name + '.devcore')],
       capture: true,
+      env: {'GALLIUM_DUMP_CPU': 'false'},
     )
 
     test('crashdec-' + name,