Browse Source

dtc: Fix silly typo in dtc-checkfails.sh

Too much C coding makes for dumb errors in shell.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson 17 years ago committed by Jon Loeliger
parent
commit
a68cbc09ff
  1. 2
      tests/dtc-checkfails.sh

2
tests/dtc-checkfails.sh

@ -23,7 +23,7 @@ fi


for c in $CHECKS; do for c in $CHECKS; do
if ! grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then if ! grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then
FAIL "Failed to trigger check \"%c\"" FAIL "Failed to trigger check \"$c\""
fi fi
done done



Loading…
Cancel
Save