summaryrefslogtreecommitdiffstats
path: root/jjb/dmm
diff options
context:
space:
mode:
authorsharath <sharathkumarboyanapally@gmail.com>2018-07-31 11:44:34 +0530
committersharath <sharathkumarboyanapally@gmail.com>2018-07-31 11:45:31 +0530
commitffb73eb12ae3b66110e5a3f4ee2f0f67ed72498e (patch)
treecdc2c8505f8ff16a26bd4aaef021181856524e64 /jjb/dmm
parent7f2f58af7f0d736c2f59281c53cae5cf8b7c3ab1 (diff)
minor fix of dmm functional job
Change-Id: I8a2c42ca811f8de31d528408a140b2e4a2320d7c Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'jjb/dmm')
-rw-r--r--jjb/dmm/include-raw-dmm-csit-functional-virl.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/dmm/include-raw-dmm-csit-functional-virl.sh b/jjb/dmm/include-raw-dmm-csit-functional-virl.sh
index 5571bd574..715601a21 100644
--- 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