diff options
author | blsaws <bryan.sullivan@att.com> | 2016-07-19 10:57:15 -0700 |
---|---|---|
committer | blsaws <bryan.sullivan@att.com> | 2016-07-19 10:57:15 -0700 |
commit | 492822eeeeb6da13e6f8d3dd2bdacade1853c51f (patch) | |
tree | 34fa3d6e731c3eb1658104db9c0f4aca20f7efc7 | |
parent | f02702a9fec71f0a4d6e8a8a2960471209bafd30 (diff) |
CD to test dirctory
JIRA: COPPER-4
Change-Id: I917065f2fd5494f9cb1c662958ccb95e19bcba0a
Signed-off-by: blsaws <bryan.sullivan@att.com>
-rwxr-xr-x | tests/run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index b252863..1c8d7d2 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -30,6 +30,8 @@ # $ bash run.sh # +wd=dirname "$0" +cd $wd start=`date +%s` tests="dmz smtp_ingress reserved_subnet" overall_result=0 @@ -65,4 +67,4 @@ done if (($overall_result == 0)); then echo "Test run overall: PASSED"; else echo "Test run overall: FAILED" fi -exit $overall_result
\ No newline at end of file +exit $overall_result |