diff options
Diffstat (limited to 'tests/weston-plugin-test.slide')
-rwxr-xr-x | tests/weston-plugin-test.slide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/weston-plugin-test.slide b/tests/weston-plugin-test.slide index d5ae9d6..08c9c2c 100755 --- a/tests/weston-plugin-test.slide +++ b/tests/weston-plugin-test.slide @@ -62,7 +62,7 @@ fi if [ "$?" != "1" ] ; then FOUND_ERR=1 fi -/bin/grep "Fail" testlog/* | /bin/grep -v "error_but_no_problem_for_test" +/bin/grep "Fail" testlog/* | /bin/grep -v "error_but_no_problem_for_test" | /bin/grep -v "initialize backlight" if [ "$?" != "1" ] ; then FOUND_ERR=1 fi |