From 9e8450b65ccc36588e0594f28210652d90493a80 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 23 Feb 2023 09:18:30 -0800 Subject: [PATCH] freedreno/crashdec: Disable GALLIUM_DUMP_CPU We don't want util_cpu to vomit cpu caps all over the test output. Signed-off-by: Rob Clark Part-of: --- src/freedreno/decode/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/decode/meson.build b/src/freedreno/decode/meson.build index 762c9f1..5c97eaf 100644 --- a/src/freedreno/decode/meson.build +++ b/src/freedreno/decode/meson.build @@ -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, -- 2.7.4