Whamcloud - gitweb
b=17477
authorgrev <grev>
Wed, 19 Nov 2008 18:56:32 +0000 (18:56 +0000)
committergrev <grev>
Wed, 19 Nov 2008 18:56:32 +0000 (18:56 +0000)
i=Yury.Umanets
run acc-sm:format()only if forced

lustre/tests/acceptance-small.sh

index 795baa3..4f8b7da 100755 (executable)
@@ -57,7 +57,8 @@ setup_if_needed() {
     fi
 
     echo "Lustre is not mounted, trying to do setup SETUP=$SETUP ... "
-    $FORMAT && $SETUP
+    [ "$REFORMAT" ] && $FORMAT
+    $SETUP
 
     MOUNTED=$(mounted_lustre_filesystems)
     if ! $(echo $MOUNTED | grep -w -q $MOUNT); then