Skip to content
Snippets Groups Projects
Commit 535aa168 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_6

Quiet spurious error about mdsrate not found.
parent 7237830e
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ init_test_env() { ...@@ -90,7 +90,7 @@ init_test_env() {
export PATH=$PATH:$LUSTRE/tests export PATH=$PATH:$LUSTRE/tests
fi fi
export MDSRATE=${MDSRATE:-"$LUSTRE/tests/mdsrate"} export MDSRATE=${MDSRATE:-"$LUSTRE/tests/mdsrate"}
[ ! -f "$MDSRATE" ] && export MDSRATE=$(which mdsrate) [ ! -f "$MDSRATE" ] && export MDSRATE=$(which mdsrate 2> /dev/null)
export LCTL=${LCTL:-"$LUSTRE/utils/lctl"} export LCTL=${LCTL:-"$LUSTRE/utils/lctl"}
export LFS=${LFS:-"$LUSTRE/utils/lfs"} export LFS=${LFS:-"$LUSTRE/utils/lfs"}
[ ! -f "$LCTL" ] && export LCTL=$(which lctl) [ ! -f "$LCTL" ] && export LCTL=$(which lctl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment