summaryrefslogtreecommitdiff
path: root/script/land.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-03 00:04:59 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-03 00:04:59 +0200
commitb9bef1fd3ff5952eec0f123e4cdd290cd41dca67 (patch)
tree7d07b9b0a38b0be3b3e898828966fba4ec579eb7 /script/land.py
parent22f633d09478fae37c1b77fb54b267d57a21a6d8 (diff)
downloadsamba-b9bef1fd3ff5952eec0f123e4cdd290cd41dca67.tar.gz
samba-b9bef1fd3ff5952eec0f123e4cdd290cd41dca67.tar.bz2
samba-b9bef1fd3ff5952eec0f123e4cdd290cd41dca67.zip
land-remote: Pass extra arguments on to land.
Diffstat (limited to 'script/land.py')
-rwxr-xr-xscript/land.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/script/land.py b/script/land.py
index 8f17c7c8c4..632f844558 100755
--- a/script/land.py
+++ b/script/land.py
@@ -201,7 +201,6 @@ class SubunitTreeStageBuilder(TreeStageBuilder):
self.status = self.proc.poll()
if self.status is not None:
self.subunit.close()
- import pdb; pdb.set_trace()
return self.status