Page MenuHomeSoftware Heritage

D4574.diff
No OneTemporary

D4574.diff

diff --git a/jobs/swh-environment.yaml b/jobs/swh-environment.yaml
--- a/jobs/swh-environment.yaml
+++ b/jobs/swh-environment.yaml
@@ -51,7 +51,7 @@
if [ -d "$tests_dir" ]
then
# pipe tests output to stdout and log file
- python3 -m pytest $tests_dir 2>&1 | tee ../$module.log
+ make test 2>&1 | tee ../$module.log
tests_status=${PIPESTATUS[0]}
# remove log file if tests succeeded
if [[ "$tests_status" == "0" ]]
@@ -68,5 +68,5 @@
publishers:
- archive:
- artifacts: '*.log'
+ artifacts: "*.log"
allow-empty: true

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 30, 8:55 AM (23 h, 2 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3220827

Event Timeline