Commit b0810288 authored by Rafael Monnerat's avatar Rafael Monnerat

Follow up changes on the verbosity of the buildout run.

parent 8fb15ba3
...@@ -529,7 +529,18 @@ rendering. ...@@ -529,7 +529,18 @@ rendering.
... ''') ... ''')
>>> print system(join('bin', 'buildout')), >>> print system(join('bin', 'buildout')),
Uninstalling template. Uninstalling template.
Uninstalling sample.
Getting distribution for 'samplerecipe'.
Got samplerecipe 0.0.0.
Installing template. Installing template.
The template install returned None. A path or iterable os paths should be returned.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../samplerecipe/
Not found: /tmp/.../samplerecipe/
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
<BLANKLINE>
zip_safe flag not set; analyzing archive contents...
Template was rendered:: Template was rendered::
...@@ -549,6 +560,10 @@ Remove rendered file and re-render:: ...@@ -549,6 +560,10 @@ Remove rendered file and re-render::
>>> print system(join('bin', 'buildout')), >>> print system(join('bin', 'buildout')),
Uninstalling template. Uninstalling template.
Installing template. Installing template.
The template install returned None. A path or iterable os paths should be returned.
Unused options for template: 'extra'.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Template was not rendered:: Template was not rendered::
...@@ -562,6 +577,10 @@ Removing the canary allows template to be re-rendered:: ...@@ -562,6 +577,10 @@ Removing the canary allows template to be re-rendered::
>>> print system(join('bin', 'buildout')), >>> print system(join('bin', 'buildout')),
Uninstalling template. Uninstalling template.
Installing template. Installing template.
The template install returned None. A path or iterable os paths should be returned.
Unused options for template: 'extra'.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
>>> cat('foo_once') >>> cat('foo_once')
dummy dummy
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