From 68f531597dcf665529030869a9f77f9643996c72 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 7 Nov 2024 20:30:38 -0500 Subject: [PATCH] wip --- tests-integration/src/install.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-integration/src/install.rs b/tests-integration/src/install.rs index d7c046937..a19517aab 100644 --- a/tests-integration/src/install.rs +++ b/tests-integration/src/install.rs @@ -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,