]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: edit check-grid comment a bit
authorBrian Warner <warner@allmydata.com>
Wed, 18 Jun 2008 20:15:55 +0000 (13:15 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 18 Jun 2008 20:15:55 +0000 (13:15 -0700)
Makefile

index 5dac3542e35430f38e158476f589ad7a40cf2e6b..3f74649e6ef389dc9e956367107a504db9441de2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -253,9 +253,9 @@ check-speed: .built
        $(PYTHON) src/allmydata/test/check_speed.py $(TESTCLIENTDIR)
        $(PYTHON) bin/tahoe stop $(TESTCLIENTDIR)
 
-# This target also uses a pre-established client node, along with a long-term
-# directory that contains some well-known files. See the docstring in
-# src/allmydata/test/check_grid.py to see how to set this up.
+# The check-grid target also uses a pre-established client node, along with a
+# long-term directory that contains some well-known files. See the docstring
+# in src/allmydata/test/check_grid.py to see how to set this up.
 check-grid: .built
        if [ -z '$(TESTCLIENTDIR)' ]; then exit 1; fi
        @echo "stopping any leftover client code"