diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index ef1970f51f..8925e7c49d 100644 --- a/README.rst +++ b/README.rst @@ -788,7 +788,7 @@ dependencies into a virtual env. Once this is done, you may wish to run Synapse's unit tests, to check that everything is installed as it should be:: - PYTHONPATH="" trial tests + PYTHONPATH="." trial tests This should end with a 'PASSED' result:: |