Minor fixes to external test process. (addresses #298)

- Skip diffing of debug.log always.
- Skip diffing of reporter.log if it only contains an error about
  missing GeoIP support.
- Canonicalize X.509 Distinguished Name subjects since that can vary
  depending on installed OpenSSL version.
This commit is contained in:
Jon Siwek 2011-12-20 11:47:39 -06:00
parent eeceb14c1a
commit ff1768f857
3 changed files with 43 additions and 1 deletions

View file

@ -5,3 +5,4 @@
`dirname $0`/diff-remove-timestamps \
| `dirname $0`/diff-remove-uids \
| `dirname $0`/diff-remove-mime-types \
| `dirname $0`/diff-remove-x509-names \