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
|
do
|
||||||
if [ "$a" = "$b" ]; then
|
if [ "$a" = "$b" ]; then
|
||||||
echo "FAIL: $a = $b"
|
echo "FAIL: $a = $b"
|
||||||
|
return 2
|
||||||
else
|
else
|
||||||
echo "PASS: $a != $b"
|
echo "PASS: $a != $b"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user