Fix: Let rsync exclude csit repo directory alone 29/15529/1
authorsharath <sharathkumarboyanapally@gmail.com>
Thu, 25 Oct 2018 12:14:25 +0000 (17:44 +0530)
committersharath <sharathkumarboyanapally@gmail.com>
Thu, 25 Oct 2018 12:17:40 +0000 (17:47 +0530)
Change-Id: If81e92c98066280a6889efc934f49f949f1f7307
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
jjb/dmm/include-raw-dmm-csit-functional-virl.sh

index 715601a..444d261 100644 (file)
@@ -26,7 +26,7 @@ fi
 mkdir -p ./csit/dmm/
 
 # Move the dmm to the csit dir
-rsync -av --progress --exclude="csit" . ./csit/dmm/
+rsync -av --progress --exclude="./csit" . ./csit/dmm/
 
 cd csit