Commit 9f2ba440 authored by Rafael Monnerat's avatar Rafael Monnerat Committed by Julien Muchembled

test: buildout folder is not generated anymore.

parent 42ee346a
...@@ -157,7 +157,6 @@ Then let's run the buildout:: ...@@ -157,7 +157,6 @@ Then let's run the buildout::
Let's take a look at the buildout parts directory now:: Let's take a look at the buildout parts directory now::
>>> ls(sample_buildout, 'parts') >>> ls(sample_buildout, 'parts')
d buildout
d git-clone d git-clone
When updating, it will do a "git fetch; git reset @{upstream}":: When updating, it will do a "git fetch; git reset @{upstream}"::
...@@ -195,7 +194,6 @@ Then let's run the buildout:: ...@@ -195,7 +194,6 @@ Then let's run the buildout::
Let's take a look at the buildout parts directory now:: Let's take a look at the buildout parts directory now::
>>> ls(sample_buildout, 'parts') >>> ls(sample_buildout, 'parts')
d buildout
d git-clone d git-clone
And let's see that current branch is "build":: And let's see that current branch is "build"::
...@@ -242,7 +240,6 @@ Then let's run the buildout:: ...@@ -242,7 +240,6 @@ Then let's run the buildout::
Let's take a look at the buildout parts directory now:: Let's take a look at the buildout parts directory now::
>>> ls(sample_buildout, 'parts') >>> ls(sample_buildout, 'parts')
d buildout
d git-clone d git-clone
And let's see that current revision is "2566127":: And let's see that current revision is "2566127"::
......
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