test: Export the mgmt command to be used during test
This commit is contained in:
committed by
James Shubin
parent
d99190b166
commit
572b2575c5
@@ -21,8 +21,6 @@ fi
|
||||
LINE=$(printf '=%.0s' `seq -s ' ' $(tput cols)`) # a terminal width string
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!
|
||||
cd "$DIR" >/dev/null # work from main mgmt directory
|
||||
MGMT="$DIR/test/shell/mgmt"
|
||||
cp -a "$DIR/mgmt" "$MGMT" # put a copy there
|
||||
failures=""
|
||||
count=0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user