From d346c90c6e035d726b81db5a2761f88e6ed53e7b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 8 Dec 2020 18:22:58 -0500 Subject: [PATCH] This is gonna take some work --- src/allmydata/test/check_grid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/allmydata/test/check_grid.py b/src/allmydata/test/check_grid.py index d3993ee5e..266b7688b 100644 --- a/src/allmydata/test/check_grid.py +++ b/src/allmydata/test/check_grid.py @@ -24,7 +24,7 @@ To set up the client node, do the following: tahoe create-client DIR populate DIR/introducer.furl - tahoe start DIR + tahoe start DIR XXXX tahoe add-alias -d DIR testgrid `tahoe mkdir -d DIR` pick a 10kB-ish test file, compute its md5sum tahoe put -d DIR FILE testgrid:old.MD5SUM @@ -117,7 +117,7 @@ class GridTester(object): def start_node(self): print("tahoe start", self.nodedir) - self.command(self.tahoe, "start", self.nodedir) + self.command(self.tahoe, "start", self.nodedir) # XXXX time.sleep(5) def stop_node(self):