Skip to content

Commit 7bbec2f

Browse files
committed
fixup! add debug output to bootupctl for install tests
1 parent 8584de7 commit 7bbec2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/tests-integration/src/install.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pub(crate) const BASE_ARGS: &[&str] = &[
1515
"--rm",
1616
"--privileged",
1717
"--pid=host",
18-
"--env BOOTC_BOOTLOADER_DEBUG=true",
18+
"--env",
19+
"BOOTC_BOOTLOADER_DEBUG=true",
1920
];
2021

2122
// Arbitrary

0 commit comments

Comments
 (0)