From 7f2f58af7f0d736c2f59281c53cae5cf8b7c3ab1 Mon Sep 17 00:00:00 2001 From: sharath Date: Mon, 30 Jul 2018 23:00:58 +0530 Subject: minor fix in dmm functional job Change-Id: Ic865b9c0f14d8db1b3ebc300f4c123c59b83a981 Signed-off-by: sharath --- jjb/dmm/include-raw-dmm-csit-functional-virl.sh | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'jjb/dmm') 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 -- cgit 1.2.3-korg