Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 8, 2024
1 parent 79d9578 commit 68f5315
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests-integration/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ pub(crate) fn run_alongside(image: &str, mut testargs: libtest_mimic::Arguments)
"sudo /bin/sh -c 'grep foo=bar /boot/loader/entries/*.conf'"
)
.run()?;
cmd!(sh, "cat /boot/loader/entries/*.conf").run()?;
// And kargs we added into our default container image
cmd!(
sh,
Expand Down

0 comments on commit 68f5315

Please sign in to comment.