aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/v4l2
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-03-27 21:31:54 +0530
committerChase Qi <chase.qi@linaro.org>2019-03-28 10:07:17 +0800
commit3aad7fc74cf209d4529832368e3f9927c88ba968 (patch)
treedc7906edb12e21fb7d5de1d08f6e984a7b652a5a /automated/linux/v4l2
parent072aefca8cd31fcdbc67e9c4d5ed1d7e46d60884 (diff)
v4l2: fix results parsing2019.03
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>
Diffstat (limited to 'automated/linux/v4l2')
-rwxr-xr-xautomated/linux/v4l2/v4l2-compliance.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automated/linux/v4l2/v4l2-compliance.sh b/automated/linux/v4l2/v4l2-compliance.sh
index 7aaa6e12..7234e47a 100755
--- a/automated/linux/v4l2/v4l2-compliance.sh
+++ b/automated/linux/v4l2/v4l2-compliance.sh
@@ -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}"