From 7670aa94f9b20f98e1594de34e3dbfbac37027f4 Mon Sep 17 00:00:00 2001 From: Naresh Kamboju Date: Fri, 30 Sep 2016 00:25:04 +0530 Subject: ltp: measurement fix Signed-off-by: Naresh Kamboju --- automated/utils/send-to-lava.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/utils/send-to-lava.sh b/automated/utils/send-to-lava.sh index a386e2c..2764853 100755 --- a/automated/utils/send-to-lava.sh +++ b/automated/utils/send-to-lava.sh @@ -13,7 +13,7 @@ if [ -f "${RESULT_FILE}" ]; then else echo "" fi - elif echo "${line}" | egrep -q ".* +(pass|fail|skip) +[0-9.E-]+ [A-Za-z./]+$"; then + elif echo "${line}" | egrep -iq ".* +(pass|fail|skip) +[0-9.E-]+ [A-Za-z./]+$"; then test="$(echo "${line}" | awk '{print $1}')" result="$(echo "${line}" | awk '{print $2}')" measurement="$(echo "${line}" | awk '{print $3}')" -- cgit v1.2.3