From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 14 Sep 2012 02:10:12 +0000 (+0000)
Subject: docs/quickstart.rst: swap two paragraphs to make it more likely a user will report... 
X-Git-Tag: allmydata-tahoe-1.10a1~56
X-Git-Url: https://git.rkrishnan.org/specifications/vdrive//%22%22?a=commitdiff_plain;h=6c654be4d5bf81202f7d628ea4d0e29b6732114a;p=tahoe-lafs%2Ftahoe-lafs.git

docs/quickstart.rst: swap two paragraphs to make it more likely a user will report import and versioning errors from 'bin/tahoe --version' if there are any, before trying to run tests. Also, change 'python setup.py test' to 'python setup.py trial' to avoid a rebuild that might change the dependencies (if setuptools decides to throw a spanner in the works).
---

diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index a072c001..c7a6fe25 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -60,13 +60,13 @@ On Windows, the ``build`` step might tell you to open a new Command Prompt
 (or, on XP and earlier, to log out and back in again). This is needed the
 first time you set up Tahoe-LAFS on a particular installation of Windows.
 
-Optionally run ``python setup.py test`` to verify that it passes all of its
-self-tests.
-
 Run ``bin/tahoe --version`` (on Windows, ``bin\tahoe --version``) to verify
 that the executable tool prints out the right version number after
 "``allmydata-tahoe:``".
 
+Optionally run ``python setup.py trial`` to verify that it passes all of its
+self-tests.
+
 Run Tahoe-LAFS
 --------------