Skip to content

Commit 0a6fa92

Browse files
committed
add debug output to bootupctl for install tests
1 parent 73abdc6 commit 0a6fa92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/tests-integration/src/install.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ use fn_error_context::context;
99
use libtest_mimic::Trial;
1010
use xshell::{cmd, Shell};
1111

12-
pub(crate) const BASE_ARGS: &[&str] = &["podman", "run", "--rm", "--privileged", "--pid=host"];
12+
pub(crate) const BASE_ARGS: &[&str] = &[
13+
"podman",
14+
"run",
15+
"--rm",
16+
"--privileged",
17+
"--pid=host",
18+
"--env BOOTC_BOOTLOADER_DEBUG=true",
19+
];
1320

1421
// Arbitrary
1522
const NON_DEFAULT_STATEROOT: &str = "foo";

0 commit comments

Comments
 (0)