From 0313e3056f39ee0b8e57fe2e6f2c27abd9f65b75 Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 31 Jul 2009 15:38:55 +0000 Subject: [PATCH] b=16476 i=Brian wait_for_host fix for nodes which have no lustre-tests installed --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index d753ed9..1ad5377 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1046,7 +1046,7 @@ wait_delete_completed () { wait_for_host() { local host=$1 check_network "$host" 900 - while ! do_node $host "ls -d $LUSTRE " > /dev/null; do sleep 5; done + while ! do_node $host hostname > /dev/null; do sleep 5; done } wait_for() { -- 1.8.3.1