From d9ed7b78368f4901c750d54e4d91d6dd4adc458b Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 19 Jul 2016 21:17:06 -0700 Subject: Add cd to test directory JIRA: COPPER-4 Change-Id: I04d1e9213714e1e54eac21eb0c9042a1203eb274 Signed-off-by: blsaws --- tests/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run.sh b/tests/run.sh index 1c8d7d2..0fc9678 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -30,8 +30,8 @@ # $ bash run.sh # -wd=dirname "$0" -cd $wd +if [ $# -eq 1 ]; then cd $1; fi + start=`date +%s` tests="dmz smtp_ingress reserved_subnet" overall_result=0 -- cgit 1.2.3-korg