Added detected os string
This commit is contained in:
parent
653ff919c3
commit
39fc865db9
|
@ -200,6 +200,8 @@ function oneTimeSetUp () {
|
||||||
source "$DEV_DIR/ofunctions.sh"
|
source "$DEV_DIR/ofunctions.sh"
|
||||||
GetLocalOS
|
GetLocalOS
|
||||||
|
|
||||||
|
echo "Detected OS: $LOCAL_OS"
|
||||||
|
|
||||||
# Setup modes per test
|
# Setup modes per test
|
||||||
readonly __quickLocal=0
|
readonly __quickLocal=0
|
||||||
readonly __quickRemote=1
|
readonly __quickRemote=1
|
||||||
|
|
Loading…
Reference in New Issue