tests: New make target check-accept
Updates expected results from actual results, for review and commit. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e444cac552
commit
558b4078ff
2 changed files with 10 additions and 3 deletions
|
@ -172,6 +172,10 @@ cmp_out()
|
|||
if msg=`diff -q "$exp" "$nrm"`
|
||||
then
|
||||
echo "$i OK"
|
||||
elif [ "$EMPIRE_CHECK_ACCEPT" ]
|
||||
then
|
||||
echo "$i CHANGED"
|
||||
cp "$nrm" "$exp"
|
||||
else
|
||||
ret=$?
|
||||
echo "$i FAIL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue