X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fcsit%2Finclude-raw-csit-dmm-functional-virl.sh;h=43fb025727dea33b5c7602370cb48e895ec13cec;hb=90cc8684e4a7011041277ec88ffd0e200f2e50db;hp=f2bef39c7938ee2f7a680bc2b6691afa2910ac77;hpb=e140b432d2487b3b33fe3b9a58431e8af2541aa2;p=ci-management.git diff --git a/jjb/csit/include-raw-csit-dmm-functional-virl.sh b/jjb/csit/include-raw-csit-dmm-functional-virl.sh index f2bef39c7..43fb02572 100644 --- a/jjb/csit/include-raw-csit-dmm-functional-virl.sh +++ b/jjb/csit/include-raw-csit-dmm-functional-virl.sh @@ -14,6 +14,15 @@ 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 + # execute DMM bootstrap script if it exists if [ -e bootstrap-DMM.sh ] then