Commit 7f74765f authored by Rafael Monnerat's avatar Rafael Monnerat

Fix tests.

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