Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5eff752
)
adding the DMM download step
23/12923/1
author
sharath
<
[email protected]
>
Wed, 6 Jun 2018 16:15:16 +0000
(21:45 +0530)
committer
sharath
<
[email protected]
>
Wed, 6 Jun 2018 16:15:16 +0000
(21:45 +0530)
Change-Id: I707afff64be5457233bfa87d47d13dc8df4e3a6a
Signed-off-by: sharath <
[email protected]
>
jjb/csit/include-raw-csit-dmm-functional-virl.sh
patch
|
blob
|
history
diff --git
a/jjb/csit/include-raw-csit-dmm-functional-virl.sh
b/jjb/csit/include-raw-csit-dmm-functional-virl.sh
index
f2bef39
..
43fb025
100644
(file)
--- 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