Commit 9928992f authored by Reinout van Rees's avatar Reinout van Rees

Working around python2/3 difference in error reporting

parent 6746b422
...@@ -523,8 +523,7 @@ accidentally gzip-encoded download and so on. ...@@ -523,8 +523,7 @@ accidentally gzip-encoded download and so on.
>>> print_(system(buildout)) >>> print_(system(buildout))
While: While:
Initializing. Initializing.
... ... File contains no section headers.
MissingSectionHeaderError: File contains no section headers.
file: http://localhost/faulty.cfg (cached at ...), line: 1 file: http://localhost/faulty.cfg (cached at ...), line: 1
'This is definitively not\n' 'This is definitively not\n'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment