diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-11-24 11:17:18 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-11-24 11:20:55 +0100 |
commit | 95ec21a699c5fe57824e2f216aec0c43c362b803 (patch) | |
tree | be7ae2380dc5102db6d14ff04ee05c155d2a114c | |
parent | 36d13cb75dbcf321a3e882f4b3378f4833404294 (diff) | |
download | git-buildpackage-95ec21a699c5fe57824e2f216aec0c43c362b803.tar.gz git-buildpackage-95ec21a699c5fe57824e2f216aec0c43c362b803.tar.bz2 git-buildpackage-95ec21a699c5fe57824e2f216aec0c43c362b803.zip |
Output test results in xunit format too
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | setup.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ gbp/version.py build/ gbp.egg-info/ +nosetests.xml docs/*.1 docs/manual-html/ @@ -1,6 +1,7 @@ [nosetests] with-doctest=1 with-coverage=1 +with-xunit=1 cover-package=gbp cover-erase=1 cover-html=1 |