From 12de1bf7d653b363c5b8c340d468740e48f15623 Mon Sep 17 00:00:00 2001 From: grev Date: Sat, 25 Apr 2009 09:40:28 +0000 Subject: [PATCH] b=19262 i=Robert.Read include functions.sh properly --- lustre/tests/test-framework.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 472ed5c..3bac343 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -19,7 +19,8 @@ export IDENTITY_UPCALL=default #export PDSH="pdsh -S -Rssh -w" # function used by scripts run on remote nodes -. $(dirname $0)/functions.sh +LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} +. $LUSTRE/tests/functions.sh assert_DIR () { local failed="" -- 1.8.3.1