diff options
author | jhjaggars <jhjaggars@gmail.com> | 2012-02-23 13:39:04 -0800 |
---|---|---|
committer | jhjaggars <jhjaggars@gmail.com> | 2012-02-23 13:39:04 -0800 |
commit | a644f995f5ed5c900293b440431443963fef8855 (patch) | |
tree | 7d417249ee9ffed1b98233a46202f329b1adb7f6 /README | |
parent | 237f8a0cdfc211126d962fd5dae3790f8599b41d (diff) | |
parent | ba01d5cbc1d83e09868eb0605f70e6c5bfbf20ad (diff) | |
download | sos-a644f995f5ed5c900293b440431443963fef8855.tar.gz |
Merge pull request #33 from jhjaggars/policy_refactoring
refactoring common linux-related policy features into a common superclas...
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ To access to the public source code repository for this project run: to install locally (as root) ==> make install to build an rpm ==> make rpm to build a zipfile for use with jython ==> make zip + +I recommend nose to run the unittests: + +nosetests -v --with-cover --cover-package=sos --cover-html |