From 1dc6b644497a4743be0e548baa8eab55eb395274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thibaut=20VAR=C3=88NE?= Date: Fri, 29 Jun 2018 18:20:56 +0200 Subject: [PATCH] phase1: report both buildir and homedir disk usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thibaut VARÈNE --- phase1/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase1/master.cfg b/phase1/master.cfg index 61e3186..428f1f5 100644 --- a/phase1/master.cfg +++ b/phase1/master.cfg @@ -1039,7 +1039,7 @@ for target in targets: factory.addStep(ShellCommand( name = "df", description = "Reporting disk usage", - command=["df", "-h", "."], + command=["df", "-h", ".", "~"], env={'LC_ALL': 'C'}, haltOnFailure = False, alwaysRun = True -- 2.30.2