]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Fix bug in 'coverage' target
authorStephen Finucane <stephen.finucane@intel.com>
Thu, 3 Dec 2015 22:05:01 +0000 (22:05 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 3 Dec 2015 22:05:01 +0000 (22:05 +0000)
The '--noinput' argument for './manage.py test' was in the wrong place.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 70b09a5f44eb7a12098d264c1de3e914f04765a4..7ab9983ba01f168d4ea980d35b4a7655d8822bb5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -47,5 +47,5 @@ setenv =
 commands =
     coverage erase
     coverage run --omit=*tox*,patchwork/tests/*.py,manage.py --branch \
-        {toxinidir}/manage.py --noinput test patchwork
+        {toxinidir}/manage.py test --noinput patchwork
     coverage report -m