Skip to content

Commit 09299f8

Browse files
committed
DNM: add more debug output to tests
Signed-off-by: jbtrystram <jbtrystram@redhat.com>
1 parent a8288be commit 09299f8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

crates/tests-integration/src/install.rs

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ 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",
19+
"BOOTC_BOOTLOADER_DEBUG=true",
20+
"--env",
21+
"RUST_LOG=debug",
22+
];
1323

1424
// Arbitrary
1525
const NON_DEFAULT_STATEROOT: &str = "foo";

0 commit comments

Comments
 (0)