Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Change-Id: I0556bf957c9e0a491a662a5fcad2ee2d0061f81b
  • Loading branch information
brianmay committed Feb 10, 2015
1 parent 59c204c commit 5d0a47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for values in $TESTS; do
fi

if [ "$RETURN" -ne 0 ]; then
echo "ERROR: Some tests failed for $valuetring" >&2
echo "ERROR: Some tests failed for $values" >&2
exit "$RETURN"
fi
done
Expand Down

0 comments on commit 5d0a47d

Please sign in to comment.