diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-09-22 16:37:37 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2014-09-22 16:37:37 +0000 |
commit | 66829acbb34cf3d0901aeb4eadb2f2ec53a5a673 (patch) | |
tree | 075355001ad3104ef981d50b60b7f2dba667746c /sys/contrib | |
parent | 24211cc919d85d1e792df708eb2a0354caa28754 (diff) | |
download | src-66829acbb34cf3d0901aeb4eadb2f2ec53a5a673.tar.gz src-66829acbb34cf3d0901aeb4eadb2f2ec53a5a673.zip |
Don't update the baseline file when the result of the test is identical
to the baseline. Since we don't run gzip with the -n option, the output
of gzip varies for identical result files if and when they are created
at different time. Ouch...
Rather than add -n and commit a 600K+ diff for the changes to all the .uu
files, it's less of a churn to uudecode and gunzip the baseline file and
compare that to the new result file to determine if the baseline file
needs to be updated.
This way, "atf-sh mkimg.sh rebase" can be run as many times as people like
and a subsequent "svn status" will not show unnecessary diffs.
Notes
Notes:
svn path=/head/; revision=271979
Diffstat (limited to 'sys/contrib')
0 files changed, 0 insertions, 0 deletions