Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163481
D4574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
687 B
Subscribers
None
D4574.diff
View Options
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
Details
Attached
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
Attached To
D4574: jobs/swh-environment: Invoke tests with make
Event Timeline
Log In to Comment