From 476a01b36a58996da34fe5d93cddb8bb381d53cf Mon Sep 17 00:00:00 2001 From: nathan <nathan> Date: Wed, 1 Aug 2007 22:12:18 +0000 Subject: [PATCH] b=13146 i=brian always df --- lustre/tests/test-framework.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 701be5d08b..439d9355d8 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -360,8 +360,10 @@ wait_for() { client_df() { # not every config has many clients - if [ ! -z "$CLIENTS" ]; then + if [ -n "$CLIENTS" ]; then $PDSH $CLIENTS "df $MOUNT" > /dev/null + else + df $MOUNT > /dev/null fi } -- GitLab