Skip to content

Commit a6f8308

Browse files
committed
test: Debug system-reinstall-bootc failure
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 6734347 commit a6f8308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/tests-integration/src/system_reinstall.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ pub(crate) fn run(image: &str, testargs: libtest_mimic::Arguments) -> Result<()>
9494
get_deployment_dir().with_context(|| "Failed to get deployment directory")?;
9595

9696
let files = [
97-
"usr/lib/bootc/fedora-bootc-destructive-cleanup",
97+
"usr/lib",
9898
"usr/lib/systemd/system/bootc-destructive-cleanup.service",
9999
"etc/tmpfiles.d/bootc-root-ssh.conf",
100+
"usr/lib/bootc/fedora-bootc-destructive-cleanup",
100101
];
101102

102103
for f in files {

0 commit comments

Comments
 (0)