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=3ad991f9b0490c55c5b64c7a69bd5e6bd27c087c;hp=f2bef39c7938ee2f7a680bc2b6691afa2910ac77;hpb=ce0f643a5ff97807035d3d8027249540b61da067;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