[TCT][external-wrapper][Non-ACR][Modified for smack lable change of file]
authorAmritanshu Pandia <a.pandia1@samsung.com>
Fri, 16 Dec 2016 08:05:48 +0000 (13:35 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Fri, 16 Dec 2016 08:05:48 +0000 (13:35 +0530)
Change-Id: I6c551b2596eee2e73c973cb46268f49c24a1126a
Signed-off-by: Amritanshu Pandia <a.pandia1@samsung.com>
scripts_tpk/external_wrapper_coverage.sh [changed mode: 0644->0755]
templates/external_wrapper_coverage/external_wrapper.sh

old mode 100644 (file)
new mode 100755 (executable)
index 20b81b5..61a0f4a
@@ -61,22 +61,22 @@ fi
 
 if [ -d $DIR_COV1 ];
 then
-       chsmack -a "*" $(find $DIR_COV1 -type d)
+       chsmack -a "*" -r $DIR_COV1
 fi
 
 if [ -d $DIR_COV2 ];
 then
-       chsmack -a "*" $(find $DIR_COV2 -type d)
+       chsmack -a "*" -r $DIR_COV2
 fi
 
 if [ -d $DIR_COV3 ];
 then
-       chsmack -a "*" $(find $DIR_COV3 -type d)
+       chsmack -a "*" -r $DIR_COV3
 fi
 
 if [ -d $DIR_COV4 ];
 then
-       chsmack -a "*" $(find $DIR_COV4 -type d)
+       chsmack -a "*" -r $DIR_COV4
 fi
 
 function KillPackage {
index 7789ae561cf48b98f9fb2e71ea23ec7369eed01a..5640d2d82eb38b64c7a9fc424be41f032365729f 100755 (executable)
@@ -56,22 +56,22 @@ fi
 
 if [ -d $DIR_COV1 ];
 then
-       chsmack -a "*" $(find $DIR_COV1 -type d)
+       chsmack -a "*" -r $DIR_COV1
 fi
 
 if [ -d $DIR_COV2 ];
 then
-       chsmack -a "*" $(find $DIR_COV2 -type d)
+       chsmack -a "*" -r $DIR_COV2
 fi
 
 if [ -d $DIR_COV3 ];
 then
-       chsmack -a "*" $(find $DIR_COV3 -type d)
+       chsmack -a "*" -r $DIR_COV3
 fi
 
 if [ -d $DIR_COV4 ];
 then
-       chsmack -a "*" $(find $DIR_COV4 -type d)
+       chsmack -a "*" -r $DIR_COV4
 fi