From a6f8308d3a33380d7f44185235ce567d701eff48 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Wed, 12 Nov 2025 16:06:34 +0800 Subject: [PATCH] test: Debug system-reinstall-bootc failure Signed-off-by: Xiaofeng Wang --- crates/tests-integration/src/system_reinstall.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/tests-integration/src/system_reinstall.rs b/crates/tests-integration/src/system_reinstall.rs index 69699737f..2cb702d78 100644 --- a/crates/tests-integration/src/system_reinstall.rs +++ b/crates/tests-integration/src/system_reinstall.rs @@ -94,9 +94,10 @@ pub(crate) fn run(image: &str, testargs: libtest_mimic::Arguments) -> Result<()> get_deployment_dir().with_context(|| "Failed to get deployment directory")?; let files = [ - "usr/lib/bootc/fedora-bootc-destructive-cleanup", + "usr/lib", "usr/lib/systemd/system/bootc-destructive-cleanup.service", "etc/tmpfiles.d/bootc-root-ssh.conf", + "usr/lib/bootc/fedora-bootc-destructive-cleanup", ]; for f in files {