Whamcloud - gitweb
return true value from zconf_mount
authorrread <rread>
Sat, 15 Nov 2003 01:49:00 +0000 (01:49 +0000)
committerrread <rread>
Sat, 15 Nov 2003 01:49:00 +0000 (01:49 +0000)
lustre/tests/test-framework.sh

index 238be40..6160c54 100644 (file)
@@ -60,6 +60,7 @@ zconf_mount() {
     fi
 
     [ -d /r ] && $LCTL modules > /r/tmp/ogdb-`hostname`
+    return 0
 }
 
 zconf_umount() {