summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-30 18:20:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-12-05 18:54:09 +0000
commitd04c8289b00b26dd54022b5fc50a66487e85fd83 (patch)
treec22937fb011768b6b6b887ac61a171ad29c72043
parentfd9f443fd6de63e3d41d9454218cc04539b06e2e (diff)
downloadbuildstream-d04c8289b00b26dd54022b5fc50a66487e85fd83.tar.gz
HACKING.rst: the setup.py --addopts flag can only be given once
-rw-r--r--HACKING.rst2
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