From 865859a5f6faaa7be59b079ec4baf6c0de27f1ad Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Thu, 25 Mar 2021 10:55:13 +0100 Subject: [PATCH] hostcheck: add mount to the output Signed-off-by: Alessandro Comodi --- .github/kokoro/steps/hostcheck.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/kokoro/steps/hostcheck.sh b/.github/kokoro/steps/hostcheck.sh index 8606f527..de374276 100755 --- a/.github/kokoro/steps/hostcheck.sh +++ b/.github/kokoro/steps/hostcheck.sh @@ -30,6 +30,11 @@ while true; do fi # Dump debugging information. + echo "========================================" + echo "Mount output" + echo "----------------------------------------" + mount + echo "========================================" echo "Dmesg dump" echo "----------------------------------------"