From ff4221a31b81e4d40f7bd6a6782ed63b4fc7f2b9 Mon Sep 17 00:00:00 2001 From: "jh5.cho" Date: Thu, 9 Feb 2017 14:51:33 +0900 Subject: [PATCH] Update corerun path in test.sh Change-Id: I8ada367b88ebeb387cbcc1aa4c0e2cb36cb27df6 --- ElmSharp.Test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? } -- 2.7.4