Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b01172
)
Actually use the COUNT value.
author
adilger
<adilger>
Wed, 24 Jul 2002 16:10:41 +0000
(16:10 +0000)
committer
adilger
<adilger>
Wed, 24 Jul 2002 16:10:41 +0000
(16:10 +0000)
lustre/tests/runtests
patch
|
blob
|
history
diff --git
a/lustre/tests/runtests
b/lustre/tests/runtests
index
7e49c4d
..
c999a4d
100755
(executable)
--- 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=100
0
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