projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5278cf9
)
oops, included pdb debugging
2375.tests-non-ascii.2
author
Daira Hopwood
<daira@jacaranda.org>
Tue, 24 Feb 2015 18:01:15 +0000
(18:01 +0000)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 24 Feb 2015 18:01:15 +0000
(18:01 +0000)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index 7dff388a3cfa2d02ca395e437d34f5e223f1187d..6c7bf5dc95b2f19060e0b9c7943a42c0f2307023 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-1379,7
+1379,7
@@
class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
out,err = StringIO(), StringIO()
nodedirs = [self.getdir("client%d" % i) for i in range(self.numclients)]
cmd = ["debug", "catalog-shares"] + nodedirs
- import pdb; pdb.set_trace()
+
#
import pdb; pdb.set_trace()
rc = runner.runner(cmd, stdout=out, stderr=err)
self.failUnlessEqual(rc, 0)
out.seek(0)