diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 10dba71..9e5d457 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -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