diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-11-30 18:20:38 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-12-05 18:54:09 +0000 |
commit | d04c8289b00b26dd54022b5fc50a66487e85fd83 (patch) | |
tree | c22937fb011768b6b6b887ac61a171ad29c72043 /HACKING.rst | |
parent | fd9f443fd6de63e3d41d9454218cc04539b06e2e (diff) | |
download | buildstream-d04c8289b00b26dd54022b5fc50a66487e85fd83.tar.gz |
HACKING.rst: the setup.py --addopts flag can only be given once
Diffstat (limited to 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst index cedace94e..15df58a4f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -223,7 +223,7 @@ If you want to run a specific test or a group of tests, you can specify a prefix to match. E.g. if you want to run all of the frontend tests you can do:: - ./setup.py test --addopts -k --addopts 'tests/frontend/' + ./setup.py test --addopts '-k tests/frontend/' Adding Tests |