diff docs/contributing.rst @ 4206:703d3208424c kallithea-2.2.5-rebrand

Rename various strings for tests
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:05:41 -0400
parents e73a69cb98dc
children a9a1560dad79
line wrap: on
line diff
--- a/docs/contributing.rst	Wed Jul 02 19:05:36 2014 -0400
+++ b/docs/contributing.rst	Wed Jul 02 19:05:41 2014 -0400
@@ -41,7 +41,7 @@
 There's a special set of tests for push/pull operations, you can runn them using::
 
     paster serve test.ini --pid-file=test.pid --daemon
-    RC_WHOOSH_TEST_DISABLE=1 RC_NO_TMP_PATH=1 nosetests -x kallithea/tests/other/test_vcs_operations.py
+    KALLITHEA_WHOOSH_TEST_DISABLE=1 KALLITHEA_NO_TMP_PATH=1 nosetests -x kallithea/tests/other/test_vcs_operations.py
     kill -9 $(cat test.pid)