Skip to content

Commit

Permalink
Tab to space.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Aug 5, 2012
1 parent 65822e2 commit 9d73c85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Expand Up @@ -170,13 +170,13 @@ def test_extrapackages(self):
'--basetgz', '/var/cache/pbuilder/stable-local-buildbot.tgz',
'--distribution', 'stable',
'--mirror', 'http://cdn.debian.net/debian/',
'--extrapackages', 'buildbot'])
'--extrapackages', 'buildbot'])
+0,
ExpectShell(workdir='wkdir', usePTY='slave-config',
command=['pdebuild', '--buildresult', '.',
'--pbuilder', '/usr/sbin/pbuilder', '--', '--buildresult', '.',
'--basetgz', '/var/cache/pbuilder/stable-local-buildbot.tgz',
'--extrapackages', 'buildbot'])
'--extrapackages', 'buildbot'])
+0)
self.expectOutcome(result=SUCCESS, status_text=['pdebuild'])
return self.runStep()
Expand All @@ -191,7 +191,7 @@ def test_keyring(self):
'--basetgz', '/var/cache/pbuilder/stable-local-buildbot.tgz',
'--distribution', 'stable',
'--mirror', 'http://cdn.debian.net/debian/',
'--debootstrapopts', '--keyring=/builbot/buildbot.gpg'])
'--debootstrapopts', '--keyring=/builbot/buildbot.gpg'])
+0,
ExpectShell(workdir='wkdir', usePTY='slave-config',
command=['pdebuild', '--buildresult', '.',
Expand All @@ -211,7 +211,7 @@ def test_components(self):
'--basetgz', '/var/cache/pbuilder/stable-local-buildbot.tgz',
'--distribution', 'stable',
'--mirror', 'http://cdn.debian.net/debian/',
'--components', 'main universe'])
'--components', 'main universe'])
+0,
ExpectShell(workdir='wkdir', usePTY='slave-config',
command=['pdebuild', '--buildresult', '.',
Expand Down

0 comments on commit 9d73c85

Please sign in to comment.