summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_node_health_check.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-20 19:35:10 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-20 19:35:10 +0200
commitf1589853fcd2f6226e2fe0e36540650e1b0dac80 (patch)
tree3965046cab6cb34b6d77ccc897b6a4307655730d /bin/reproducible_node_health_check.sh
parent3a2e3b9055b802dbc1f08e8935d486b28b834e51 (diff)
downloadjenkins.debian.net-f1589853fcd2f6226e2fe0e36540650e1b0dac80.tar.xz
reproducible Debian: ignore mount output
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_node_health_check.sh')
-rwxr-xr-xbin/reproducible_node_health_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index 41139580..c355b413 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -78,7 +78,7 @@ fi
# check for hanging mounts
#
echo "$(date -u) - testing whether running 'mount' takes forever..."
-timeout 15 mount
+timeout 15 mount > /dev/null
TIMEOUT=$?
if [ $TIMEOUT -ne 0 ] ; then
echo "$(date -u) - running 'mount' takes forever, giving up."