From: lokilee73 Date: Fri, 4 Jan 2019 07:41:53 +0000 (+0900) Subject: [USB][Non-ACR][Remove copy_res.sh because precondition is duplicated] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F196784%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [USB][Non-ACR][Remove copy_res.sh because precondition is duplicated] Change-Id: I47e0b0f151c50f22800ac845b348da61e21d2abd Signed-off-by: lokilee73 --- diff --git a/tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh b/tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh deleted file mode 100755 index 71cec29..0000000 --- a/tct-suite-vs/Tizen.Usb.Tests/res/copy_res.sh +++ /dev/null @@ -1,15 +0,0 @@ -if [ "$1" == "-i" ] -then - echo "usb-host-test stop" - devicectl usb-host-test stop - echo "usb-host-test start" - devicectl usb-host-test start - -elif [ "$1" == "-u" ] -then - echo "usb test is completed. usb-host-test stop" - devicectl usb-host-test stop -else - echo "===> Please enter -i for install or -u for uninstall!" - exit -fi