Skip to content

Commit 035ccd8

Browse files
committed
dnm: show the mount table during tests
1 parent 93aaa72 commit 035ccd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/tests-integration/src/system_reinstall.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub(crate) fn run(image: &str, testargs: libtest_mimic::Arguments) -> Result<()>
5656
let tests = [
5757
Trial::test("default behavior", move || {
5858
let sh = &xshell::Shell::new()?;
59+
xshell::cmd!(sh, "sudo mount").run()?;
5960
install::reset_root(sh, image)?;
6061

6162
let mut p: PtySession = rexpect::spawn(

0 commit comments

Comments
 (0)