mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-08 04:02:01 +01:00
eclass/python-utils-r1: Sync with Gentoo
It's from Gentoo commit be9e5a134fc0aba4f561723769a75807756a177a. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
ee74fe185a
commit
f902a0ae82
@ -1420,7 +1420,7 @@ epytest() {
|
||||
[[ ${NO_COLOR} ]] && color=no
|
||||
|
||||
mkdir -p "${T}/pytest-xml" || die
|
||||
local junit_xml=$(mktemp "${T}/pytest-xml/${EPYTHON}-XXX.xml" || die)
|
||||
local junit_xml=$(mktemp "${T}/pytest-xml/${EPYTHON}-XXXXXX.xml" || die)
|
||||
|
||||
local args=(
|
||||
# verbose progress reporting and tracebacks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user