From 3290aa943f85a16ddd07d84f75a58d7acf599ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Borgstr=C3=B6m?= Date: Mon, 3 Feb 2014 23:03:25 +0100 Subject: [PATCH] Update README.rst with the correct way to run the test suite --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5687b3bcd..1da37cf6d 100644 --- a/README.rst +++ b/README.rst @@ -53,4 +53,4 @@ Where are the tests? The tests are in the attic/testsuite package. To run the test suite use the following command:: - $ python -m attic.testsuite.run + $ fakeroot -u python -m attic.testsuite.run