indicate failure to the test harness
ok beck@
This commit is contained in:
parent
477f1f0187
commit
d3746d3a6e
@ -4,6 +4,7 @@ while read -r a b;
|
||||
do
|
||||
if [ "$a" = "$b" ]; then
|
||||
echo "FAIL: $a = $b"
|
||||
return 2
|
||||
else
|
||||
echo "PASS: $a != $b"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user