test: Export the mgmt command to be used during test
This commit is contained in:
committed by
James Shubin
parent
d99190b166
commit
572b2575c5
@@ -2,6 +2,12 @@
|
||||
|
||||
# common settings and functions for test scripts
|
||||
|
||||
# get the fully expanded path of the project directory
|
||||
ROOT="$(realpath "$(dirname "$(realpath "${BASH_SOURCE}")")/..")"
|
||||
|
||||
# absolute location to freshly build binary to be used for testing
|
||||
export MGMT="$ROOT/mgmt"
|
||||
|
||||
if [[ $(uname) == "Darwin" ]] ; then
|
||||
export timeout="gtimeout"
|
||||
export mktemp="gmktemp"
|
||||
|
||||
Reference in New Issue
Block a user