Page MenuHomeFreeBSD

testing: workaround pytest parser but in pytest-atf-wrapper.
ClosedPublic

Authored by melifaro on Jun 27 2022, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 8:45 AM
Unknown Object (File)
Sat, Oct 11, 2:27 PM
Unknown Object (File)
Sat, Oct 11, 6:05 AM
Unknown Object (File)
Sat, Oct 11, 6:05 AM
Unknown Object (File)
Fri, Oct 10, 10:55 PM
Unknown Object (File)
Mon, Oct 6, 11:57 PM
Unknown Object (File)
Wed, Sep 17, 10:06 PM
Unknown Object (File)
Sep 16 2025, 2:06 AM
Subscribers

Details

Summary

Problem:

parsing of plugin args breaks after having any path-like argument (--atf --atf-file /dev/null works, but --atf --atf-file /dev/null --atf-cleanup does not).

Pytest issues: 3097, 6904 and probably others.

This diff implements the suggested workaround - passing values in form --arg=value instead of --arg value.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable