remove character '\r' from TC's script. 03/164103/1
authorjiseob.jang <jiseob.jang@samsung.com>
Fri, 15 Dec 2017 08:43:33 +0000 (17:43 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Fri, 15 Dec 2017 08:43:33 +0000 (17:43 +0900)
Change-Id: Iae6a565b3298affece7fdb16a47ed81099f0402a
Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
install.sh

index ced73f1..cb90207 100755 (executable)
@@ -172,8 +172,9 @@ if [ $skiptcinstall == 0 ]; then
         mkdir ${tc_dir}
         pushd ${tc_dir}
         wget $tc_url
-        unzip tests.zip
+        unzip -q tests.zip
         rm -rf tests.zip
+        find . -name "*.sh" -type f -exec sed -i 's/\r//g' {} \;
         tar zcf testcases.bin.tgz ./*
         popd
         cp -L ${tc_dir}/testcases.bin.tgz testcases.bin.tgz