Commit 197d08eb authored by Jim Fulton's avatar Jim Fulton

Updated to pass on windows.

parent 9926079f
...@@ -114,9 +114,9 @@ Test for 1.0.5 breakage as in https://bugs.launchpad.net/zc.buildout/+bug/239212 ...@@ -114,9 +114,9 @@ Test for 1.0.5 breakage as in https://bugs.launchpad.net/zc.buildout/+bug/239212
>>> write(sample_buildout, 'buildout.cfg', >>> write(sample_buildout, 'buildout.cfg',
... ''' ... '''
... [buildout] ... [buildout]
... parts=python ... parts=python
... foo = ${python:interpreter} ... foo = ${python:interpreter}
... ...
... [python] ... [python]
... recipe=zc.recipe.egg ... recipe=zc.recipe.egg
... eggs=zc.buildout ... eggs=zc.buildout
...@@ -125,8 +125,8 @@ Test for 1.0.5 breakage as in https://bugs.launchpad.net/zc.buildout/+bug/239212 ...@@ -125,8 +125,8 @@ Test for 1.0.5 breakage as in https://bugs.launchpad.net/zc.buildout/+bug/239212
>>> print system(buildout) >>> print system(buildout)
Unused options for buildout: 'foo'. Unused options for buildout: 'foo'.
Installing python. Installing python.
Generated script 'bin/buildout'. Generated script '/sample-buildout/bin/buildout'.
Generated interpreter 'bin/python'. Generated interpreter '/sample-buildout/bin/python'.
<BLANKLINE> <BLANKLINE>
The bug 239212 above would have got us an *AttributeError* on *buildout._allow_hosts*. The bug 239212 above would have got us an *AttributeError* on *buildout._allow_hosts*.
......
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