Skip to content

Commit

Permalink
v4l2: fix results parsing
Browse files Browse the repository at this point in the history
Replacing string "/" with "-" for better results format for test case names.

Test case names:
old VIDIOC_G/S_TUNER/ENUM_FREQ_BANDS
new VIDIOC_G-S_TUNER-ENUM_FREQ_BANDS

Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
  • Loading branch information
Naresh Kamboju authored and chase-qi committed Mar 28, 2019
1 parent 072aefc commit 3aad7fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automated/linux/v4l2/v4l2-compliance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ grep -e FAIL -e OK "${LOG_FILE}" | \
-e 's/:_/ /' \
-e 's/ OK/ pass/' \
-e 's/ FAIL/ fail/' \
-e 's/\//-/g' \
>> "${RESULT_FILE}"

0 comments on commit 3aad7fc

Please sign in to comment.