Whamcloud - gitweb
Only try to run setup if there isn't already a Lustre filesystem set up.
authoradilger <adilger>
Tue, 9 Apr 2002 00:04:23 +0000 (00:04 +0000)
committeradilger <adilger>
Tue, 9 Apr 2002 00:04:23 +0000 (00:04 +0000)
lustre/tests/runtests

index 5f24925..2a5b77b 100755 (executable)
@@ -10,7 +10,7 @@ PATH=$PATH:$RUNDIR
 
 ERROR=
 
-llmount.sh || exit 1
+[ "`mount | grep /mnt/obd`" ] || echo | llmount.sh || exit 1
 
 # let's start slowly here...
 touch /mnt/lustre || exit 2
@@ -31,7 +31,7 @@ done
 
 llmountcleanup.sh
 
-llrmount.sh || exit 20
+echo | llrmount.sh || exit 20
 echo "comparing previously copied files"
 diff -u /etc/hosts /mnt/lustre/hosts || exit 21