From 39fc865db9f00ccb75655f513b2ba61c6fc4d866 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 5 Dec 2016 20:06:00 +0100 Subject: [PATCH] Added detected os string --- dev/tests/run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) 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