summaryrefslogtreecommitdiff
path: root/tests/weston-plugin-test.input
diff options
context:
space:
mode:
authorMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2013-12-25 18:50:16 +0900
committerMasayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>2013-12-25 20:46:46 +0900
commit118fac7f51484a417bba469a45e74d4f165d174e (patch)
tree75becb62918c25bc312f488ab892136509646aef /tests/weston-plugin-test.input
parent6724e0fe2f73c656c534d19c903afeb280946fab (diff)
downloadico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.tar.gz
ico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.tar.bz2
ico-uxf-weston-plugin-118fac7f51484a417bba469a45e74d4f165d174e.zip
Change-Id: I5c6519d62477024aace21d76a5304167d3cf7cce Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Diffstat (limited to 'tests/weston-plugin-test.input')
-rwxr-xr-xtests/weston-plugin-test.input5
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