From 1bf825a3ff14601c0f109e1434c525967c82fed5 Mon Sep 17 00:00:00 2001 From: vitaly Date: Fri, 11 Sep 2009 20:58:47 +0000 Subject: [PATCH] Branch HEAD b=18866 i=grev test-framework should noe include $NAME.sh as NAME is not defined for all the tests --- lustre/tests/test-framework.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 72c802b..7111182 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -2998,8 +2998,6 @@ wait_clients_import_state () { fi } -. ${CONFIG:=$LUSTRE/tests/cfg/${NAME}.sh} - oos_full() { local -a AVAILA local -a GRANTA -- 1.8.3.1