Commit c44931f
committed
verify-kernel-boot-log.sh: don't SKIP when i915 is missing
`grep something missing_file` returns 2. When the file is missing this
is misinterpreted as SKIP as seen in daily test run 20752. This happens
because the grep is the last command in the subshell.
The `grep /sys/kernel/debug/dri/0/i915_display_info` and the including
subshell are not part of the test; ignore their exit code and let the rest
of the test code decide what the exit value of the test is.
Fixes commit aadd770
Signed-off-by: Marc Herbert <marc.herbert@intel.com>1 parent ce845a5 commit c44931f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments