Whamcloud - gitweb
Actually use the COUNT value.
authoradilger <adilger>
Wed, 24 Jul 2002 16:10:41 +0000 (16:10 +0000)
committeradilger <adilger>
Wed, 24 Jul 2002 16:10:41 +0000 (16:10 +0000)
lustre/tests/runtests

index 7e49c4d..c999a4d 100755 (executable)
@@ -12,7 +12,7 @@ export PATH=/sbin:/usr/sbin:$SRCDIR:$PATH
 
 ERROR=
 SRC=/etc
-COUNT=100
+COUNT=1000
 
 setup_opts $@
 
@@ -27,7 +27,7 @@ echo "comparing /etc/hosts and $OSCMT/hosts"
 diff -u /etc/hosts $OSCMT/hosts || fail "$OSCMT/hosts different" 4
 
 # ok, that hopefully worked, so let's do a little more
-FILES=`find $SRC -type f | head -100`
+FILES=`find $SRC -type f | head -$COUNT`
 echo "copying files from $SRC to $OSCMT$SRC"
 tar cf - $FILES | tar xvf - -C $OSCMT || fail "copying $SRC" 10