Update HACKING.rst to use --config-dir and let users know how to better control running the tests.

This commit is contained in:
Pedro Algarvio 2012-08-14 00:47:28 +01:00
parent e32faa4a28
commit 26d6c13255

View file

@ -113,11 +113,11 @@ Edit the minion config file:
Start the master and minion, accept the minon's key, and verify your local Salt
installation is working::
salt-master -c ./etc/salt/master -d
salt-minion -c ./etc/salt/minion -d
salt-master -c ./etc/salt -d
salt-minion -c ./etc/salt -d
salt-key -c ./etc/salt/master -L
salt-key -c ./etc/salt/master -A
salt -c ./etc/salt/master '*' test.ping
salt -c ./etc/salt '*' test.ping
File descriptor limit
~~~~~~~~~~~~~~~~~~~~~
@ -144,3 +144,7 @@ If you are on Python < 2.7 then you will also need unittest2::
Finally you use setup.py to run the tests with the following command::
./setup.py test
For greater control while running the tests, please try::
./tests/runtests.py -h