From ed2f1e26103f0d07c7ba815aea8eb1784ca5d458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 17 Feb 2017 11:24:00 -0600 Subject: cleanup: fix a few shellcheck errors in automated/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If34415c681906aefc6b5b42401ed995e5cdeda11 Signed-off-by: Daniel Díaz --- automated/linux/optee/optee-xtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'automated/linux/optee/optee-xtest.sh') diff --git a/automated/linux/optee/optee-xtest.sh b/automated/linux/optee/optee-xtest.sh index 67884dd..f84afe4 100755 --- a/automated/linux/optee/optee-xtest.sh +++ b/automated/linux/optee/optee-xtest.sh @@ -23,7 +23,7 @@ parser() { egrep "^XTEST_TEE_.* (OK|FAILED|SKIPPED)" "${LOG_FILE}" \ > "${OUTPUT}/raw-result.txt" - while read line; do + while read -r line; do test_case=$(echo "${line}" | awk '{print $1}') test_result=$(echo "${line}" | awk '{print $2}') -- cgit v1.2.3