summaryrefslogtreecommitdiffstats
path: root/jjb/dmm
diff options
context:
space:
mode:
authorsharath <sharathkumarboyanapally@gmail.com>2018-07-30 23:00:58 +0530
committersharath <sharathkumarboyanapally@gmail.com>2018-07-30 23:01:46 +0530
commit7f2f58af7f0d736c2f59281c53cae5cf8b7c3ab1 (patch)
tree6492bb41b33a6fc16fd52ed2560c62753a854a93 /jjb/dmm
parentcb51da18924371a4305864a6a321353b6142b567 (diff)
minor fix in dmm functional job
Change-Id: Ic865b9c0f14d8db1b3ebc300f4c123c59b83a981 Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'jjb/dmm')
-rw-r--r--jjb/dmm/include-raw-dmm-csit-functional-virl.sh14
1 files changed, 2 insertions, 12 deletions
diff --git a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
index 1e28e1000..5571bd574 100644
--- a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
+++ b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
@@ -1,5 +1,4 @@
-#########################################################################
-#
+#!/bin/bash
# Copyright (c) 2018 Huawei Technologies Co.,Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -12,19 +11,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#########################################################################
-#!/bin/bash
set -xeu -o pipefail
-# Clone dmm and start tests
-git clone https://gerrit.fd.io/r/dmm
-
-# If the git clone fails, complain clearly and exit
-if [ $? != 0 ]; then
- echo "Failed to run: git clone https://gerrit.fd.io/r/dmm"
- exit 1
-fi
+cd ../
# Clone csit and start tests
git clone https://gerrit.fd.io/r/csit