diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 16:52:27 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-19 16:52:27 -0500 |
commit | 8b7663a0bd04da856d36b21d219c396c4111a06b (patch) | |
tree | 93f7ee4e5d5acdbb8eae09991cd68245b53342d5 | |
parent | 188240e312b8c5ff50bef276c97b36e5b3835f1e (diff) | |
download | mediagoblin-8b7663a0bd04da856d36b21d219c396c4111a06b.tar.lz mediagoblin-8b7663a0bd04da856d36b21d219c396c4111a06b.tar.xz mediagoblin-8b7663a0bd04da856d36b21d219c396c4111a06b.zip |
Making ./runtests.sh the official way to run the tests.
-rw-r--r-- | docs/hackinghowto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index fcab5844..b03efa91 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -158,7 +158,7 @@ Running the test suite Run:: - ./bin/nosetests + ./runtests.sh Running a shell |