From 054b3bde939f7b9707b504da84d6044b1dc63aef Mon Sep 17 00:00:00 2001 From: Aaron Merey Date: Tue, 1 Nov 2022 19:07:44 -0400 Subject: [PATCH] run-debuginfod-section.sh: Avoid zstd-compressed rpms Only test using rpms without zstd compression. Older versions of libarchive may fail to handle these. Signed-off-by: Aaron Merey --- tests/run-debuginfod-section.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-debuginfod-section.sh b/tests/run-debuginfod-section.sh index a3cae3498..66e53e832 100755 --- a/tests/run-debuginfod-section.sh +++ b/tests/run-debuginfod-section.sh @@ -79,7 +79,7 @@ wait_ready $PORT1 'thread_busy{role="scan"}' 0 ######################################################################## # Build-id for a file in the one of the testsuite's F31 rpms -RPM_BUILDID=420e9e3308971f4b817cc5bf83928b41a6909d88 +RPM_BUILDID=d44d42cbd7d915bc938c81333a21e355a6022fb7 # Download sections from files indexed with -F testrun ${abs_top_builddir}/debuginfod/debuginfod-find -vvv section $BUILDID .debug_info -- 2.39.5