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:
7f2f58a
)
minor fix of dmm functional job
28/13828/1
author
sharath
<
[email protected]
>
Tue, 31 Jul 2018 06:14:34 +0000
(11:44 +0530)
committer
sharath
<
[email protected]
>
Tue, 31 Jul 2018 06:15:31 +0000
(11:45 +0530)
Change-Id: I8a2c42ca811f8de31d528408a140b2e4a2320d7c
Signed-off-by: sharath <
[email protected]
>
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
patch
|
blob
|
history
diff --git
a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
index
5571bd5
..
715601a
100644
(file)
--- a/
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
+++ b/
jjb/dmm/include-raw-dmm-csit-functional-virl.sh
@@
-14,8
+14,6
@@
set -xeu -o pipefail
-cd ../
-
# Clone csit and start tests
git clone https://gerrit.fd.io/r/csit
@@
-25,8
+23,10
@@
if [ $? != 0 ]; then
exit 1
fi
+mkdir -p ./csit/dmm/
+
# Move the dmm to the csit dir
-
sudo mv -f ./dmm/ ./csit
/
+
rsync -av --progress --exclude="csit" . ./csit/dmm
/
cd csit