aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/optee/optee-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/optee/optee-xtest.sh b/automated/linux/optee/optee-xtest.sh
index 67ed80d..8a88df6 100755
--- a/automated/linux/optee/optee-xtest.sh
+++ b/automated/linux/optee/optee-xtest.sh
@@ -54,4 +54,4 @@ grep -E "^[0-9]+ test case was skipped" "${LOG_FILE}" \
| tee -a "${RESULT_FILE}"
# Cleanup.
-kill "${tee_supplicant_pid}"
+kill "${tee_supplicant_pid}" || true