From: jh5.cho Date: Thu, 9 Feb 2017 05:51:33 +0000 (+0900) Subject: Update corerun path in test.sh X-Git-Tag: accepted/tizen/common/20170214.174044~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff4221a31b81e4d40f7bd6a6782ed63b4fc7f2b9;p=platform%2Fcore%2Fcsapi%2Felm-sharp.git Update corerun path in test.sh Change-Id: I8ada367b88ebeb387cbcc1aa4c0e2cb36cb27df6 --- diff --git a/ElmSharp.Test/test.sh b/ElmSharp.Test/test.sh index d50694f..aa3cbc7 100755 --- a/ElmSharp.Test/test.sh +++ b/ElmSharp.Test/test.sh @@ -47,7 +47,7 @@ install_res() { run() { sdb root on - sdb_cmd "/opt/usr/share/tizen.net/corerun $TARGET_DIR/ElmSharp.Test.exe $1" + sdb_cmd "/usr/share/tizen.net/corerun $TARGET_DIR/ElmSharp.Test.exe $1" exit_on_error $? }