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:
7d5e0d5
)
Branch b_release_1_4_6
author
adilger
<adilger>
Mon, 2 Jan 2006 08:04:54 +0000
(08:04 +0000)
committer
adilger
<adilger>
Mon, 2 Jan 2006 08:04:54 +0000
(08:04 +0000)
Define $tdir and $tfile for sanityN.sh, bringing us one tiny step closer to
being able to use test-framework.sh for sanityN.sh.
lustre/tests/sanityN.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanityN.sh
b/lustre/tests/sanityN.sh
index
2be73ff
..
9413779
100644
(file)
--- a/
lustre/tests/sanityN.sh
+++ b/
lustre/tests/sanityN.sh
@@
-70,6
+70,8
@@
run_one() {
BEFORE=`date +%s`
log "== test $1: $2= `date +%H:%M:%S` ($BEFORE)"
export TESTNAME=test_$1
+ export tfile=f${testnum}
+ export tdir=d${base}
test_$1 || error "test_$1: exit with rc=$?"
unset TESTNAME
pass "($((`date +%s` - $BEFORE))s)"