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 /setup.cfg | |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [nosetests] with-doctest=1 with-coverage=1 +with-xunit=1 cover-package=gbp cover-erase=1 cover-html=1 |