From: adilger Date: Wed, 24 Jul 2002 16:10:41 +0000 (+0000) Subject: Actually use the COUNT value. X-Git-Tag: 0.5.1~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4ce557b93377a4d962176ce6bae55c2c5d777263;p=fs%2Flustre-release.git Actually use the COUNT value. --- diff --git a/lustre/tests/runtests b/lustre/tests/runtests index 7e49c4d..c999a4d 100755 --- a/lustre/tests/runtests +++ b/lustre/tests/runtests @@ -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