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:
d1d08e3
)
b=19262
author
grev
<grev>
Sat, 25 Apr 2009 09:40:28 +0000
(09:40 +0000)
committer
grev
<grev>
Sat, 25 Apr 2009 09:40:28 +0000
(09:40 +0000)
i=Robert.Read
include functions.sh properly
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
472ed5c
..
3bac343
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-19,7
+19,8
@@
export IDENTITY_UPCALL=default
#export PDSH="pdsh -S -Rssh -w"
# function used by scripts run on remote nodes
-. $(dirname $0)/functions.sh
+LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)}
+. $LUSTRE/tests/functions.sh
assert_DIR () {
local failed=""