Added detected os string

This commit is contained in:
deajan 2016-12-05 20:06:00 +01:00
parent 653ff919c3
commit 39fc865db9
1 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,8 @@ function oneTimeSetUp () {
source "$DEV_DIR/ofunctions.sh"
GetLocalOS
echo "Detected OS: $LOCAL_OS"
# Setup modes per test
readonly __quickLocal=0
readonly __quickRemote=1