diff options
author | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2013-12-25 18:50:16 +0900 |
---|---|---|
committer | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2013-12-25 20:46:46 +0900 |
commit | 118fac7f51484a417bba469a45e74d4f165d174e (patch) | |
tree | 75becb62918c25bc312f488ab892136509646aef /tests/weston-plugin-test.input | |
parent | 6724e0fe2f73c656c534d19c903afeb280946fab (diff) | |
download | ico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.tar.gz ico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.tar.bz2 ico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.zip |
Bugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a touch event. And feature revise.submit/tizen_ivi_release/20140109.180103submit/tizen_ivi_release/20140108.030102submit/tizen/20140108.022404submit/tizen/20140107.010438submit/ivi/20131226.085713accepted/tizen/ivi/release/20140109.181723accepted/tizen/ivi/20140107.013910
Change-Id: I5c6519d62477024aace21d76a5304167d3cf7cce
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Diffstat (limited to 'tests/weston-plugin-test.input')
-rwxr-xr-x | tests/weston-plugin-test.input | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/weston-plugin-test.input b/tests/weston-plugin-test.input index 2a56604..d3dbd89 100755 --- a/tests/weston-plugin-test.input +++ b/tests/weston-plugin-test.input @@ -17,8 +17,9 @@ export WESTON_IVI_PLUGIN_DIR="../src/.libs" # 4 Start Weston export XDG_CONFIG_HOME="../tests" +export XDG_RUNTIME_DIR="/run/user/5000" MOD_DIR="$PWD/../src/.libs" -/usr/bin/weston --modules=$MOD_DIR/ico_plugin_loader.so --idle-time=0 $WESTON_BACKEND --log=../tests/testlog/weston.log & +/usr/bin/weston --tty=2 --modules=$MOD_DIR/ico_plugin_loader.so --idle-time=0 $WESTON_BACKEND --log=../tests/testlog/weston.log & sleep 1 # 5 Set library path @@ -47,7 +48,7 @@ fi if [ "$?" != "1" ] ; then FOUND_ERR=1 fi -/bin/grep "error" testlog/* | /bin/grep -v "error_but_no_problem_for_test" +/bin/grep "error" testlog/* | /bin/grep -v "error_but_no_problem_for_test" | /bin/grep -v "failed to restore kb mode:" | /bin/grep -v "failed to set KD_TEXT mode on tty:" if [ "$?" != "1" ] ; then FOUND_ERR=1 fi |