aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-04-23 20:39:44 +0200
committermwasilew <milosz.wasilewski@linaro.org>2019-04-24 08:52:46 +0100
commitc52eb5a005b2dd0e6bf42e2e6379396f86d7c71c (patch)
tree975fb6b19c0a07e65992bc6d8179089c9cc2736f
parentc02b743a561b1773343b07ab8e5385e99b65e34b (diff)
automated: gpiod: remove prefix '-'2019.04
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xautomated/linux/gpiod/gpiod.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/gpiod/gpiod.sh b/automated/linux/gpiod/gpiod.sh
index d819eab3..2d6bc6e1 100755
--- a/automated/linux/gpiod/gpiod.sh
+++ b/automated/linux/gpiod/gpiod.sh
@@ -7,6 +7,6 @@ gpiod-test 2>&1| tee tmp.txt
sed 's/\[[0-9;]*m//g' tmp.txt \
| grep '\[TEST\]' \
| sed 's/\[TEST\]//' \
- | sed -r "s/'//g; s/^ *//; s/-//; s/[^a-zA-Z0-9]/-/g; s/--+/-/g; s/-PASS/ pass/; s/-FAIL/ fail/; s/-SKIP/ skip/;" 2>&1 \
+ | sed -r "s/'//g; s/^ *//; s/-//; s/[^a-zA-Z0-9]/-/g; s/--+/-/g; s/-PASS/ pass/; s/-FAIL/ fail/; s/-SKIP/ skip/; s/-//;" 2>&1 \
| tee -a result.txt
rm tmp.txt