commit 9b2cf76ae6b24c626c51f039ec2d030e95e6bf4a
parent 329cc1eb7be750c9f09bbfa42a94263b7e833927
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 29 May 2017 14:44:24 +0200
fix buildbot instructions
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/docs/dev-talerdotnet.rst b/docs/dev-talerdotnet.rst
@@ -92,11 +92,15 @@ Start it with:
.. code-block:: none
+ $ source ~/buildbot/venv/bin/activate
$ buildbot-worker start ~/buildbot/selenium_worker/
# stop it with:
$ buildbot-worker stop ~/buildbot/selenium_worker/
+ # deactivate the virtual env with
+ $ deactivate
+
+++++++++++
Lcov worker
+++++++++++