Commit 864e286f authored by Jondy Zhao's avatar Jondy Zhao Committed by Cédric de Saint Martin

Add missing output in the testcases.

parent 70f9e118
...@@ -716,6 +716,7 @@ Let's see what happens when set prefix in the buildout section: ...@@ -716,6 +716,7 @@ Let's see what happens when set prefix in the buildout section:
configure --prefix=/sample_buildout/mylocal configure --prefix=/sample_buildout/mylocal
building package building package
installing package installing package
package: Getting installed file lists
Look these environment variables and prefix's value, you know what's Look these environment variables and prefix's value, you know what's
the differences. the differences.
...@@ -787,6 +788,7 @@ prefix: ...@@ -787,6 +788,7 @@ prefix:
building package building package
package: Executing pre-install package: Executing pre-install
installing package installing package
package: Getting installed file lists
Installing package-2. Installing package-2.
package-2: [ENV] CFLAGS = /sample-buildout/mylocal/include package-2: [ENV] CFLAGS = /sample-buildout/mylocal/include
package-2: [ENV] CPPFLAGS = /sample-buildout/mylocal/include package-2: [ENV] CPPFLAGS = /sample-buildout/mylocal/include
...@@ -799,6 +801,7 @@ prefix: ...@@ -799,6 +801,7 @@ prefix:
building package building package
package-2: Executing pre-install package-2: Executing pre-install
installing package installing package
package-2: Getting installed file lists
>>> ls('mylocal') >>> ls('mylocal')
- a.txt - a.txt
......
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