diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-08 14:31:28 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-08 14:31:28 +0100 |
commit | 4611b905af7d85edb284197a75e590192b9ef52c (patch) | |
tree | 6a32c792c594381914a33da77005db5f2e25a619 /tests/pytests | |
parent | ci: re-run valgrind test on failure (diff) | |
download | knot-resolver-4611b905af7d85edb284197a75e590192b9ef52c.tar.xz knot-resolver-4611b905af7d85edb284197a75e590192b9ef52c.zip |
tests/pytests: create and collect html report
The report has been previously removed, most likely by a mistake.
Diffstat (limited to 'tests/pytests')
-rw-r--r-- | tests/pytests/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pytests/meson.build b/tests/pytests/meson.build index 185f713d..ffe5b828 100644 --- a/tests/pytests/meson.build +++ b/tests/pytests/meson.build @@ -38,6 +38,8 @@ test( args: [ '-m', 'pytest', '-d', + '--html', 'pytests.parallel.html', + '--self-contained-html', '-n', '24', '-v', ], |