Add junit test logging to unity stage

This commit is contained in:
Ed
2024-01-10 09:57:18 +00:00
parent a0610fc1e0
commit 13d9229f52

3
Jenkinsfile vendored
View File

@@ -49,7 +49,8 @@ pipeline {
withVenv {
runWaf('.', "configure clean build --target=xcore200")
viewEnv() {
runPython("TARGET=XCORE200 pytest -s")
runPython("TARGET=XCORE200 pytest -s --junitxml=pytest_unity.xml")
junit "pytest_unity.xml"
}
}
}