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:
Markus Armbruster 2014-01-13 19:22:21 +01:00
parent e444cac552
commit 558b4078ff
2 changed files with 10 additions and 3 deletions

View file

@ -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"