Whamcloud - gitweb
bz=23673 add "updates" dir to lustre-modules location.
authorVitaly Fertman <Vitaly.Fertman@Sun.COM>
Fri, 10 Sep 2010 21:48:40 +0000 (01:48 +0400)
committerAndrew Perepechko <andrew.perepechko@sun.com>
Sat, 11 Sep 2010 21:27:45 +0000 (01:27 +0400)
o=grev
i=vitaly

lustre/tests/test-framework.sh

index 458f09c..79e2fe4 100644 (file)
@@ -166,6 +166,7 @@ init_test_env() {
     export RPWD=${RPWD:-$PWD}
     export I_MOUNTED=${I_MOUNTED:-"no"}
     if [ ! -f /lib/modules/$(uname -r)/kernel/fs/lustre/mds.ko -a \
+        ! -f /lib/modules/$(uname -r)/updates/kernel/fs/lustre/mds.ko -a \
         ! -f `dirname $0`/../mds/mds.ko ]; then
         export CLIENTMODSONLY=yes
     fi