mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 01:05:15 +03:00
testing/junit2html: new aport
https://gitlab.com/inorton/junit2html This is a simple self-contained python tool to produce a single html file from a single junit xml file. testing/ Manual merge of !9252
This commit is contained in:
parent
c7f61d81a3
commit
901fd58c9a
2 changed files with 40 additions and 0 deletions
10
testing/junit2html/setup.py.patch
Normal file
10
testing/junit2html/setup.py.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
Command line program won't install without a space.
|
||||
---
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1,3 +1,3 @@
|
||||
-from distutils.core import setup
|
||||
+from setuptools import setup
|
||||
|
||||
files = ["*.css"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue