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)
Fri, Nov 8, 4:40 PM
Unknown Object (File)
Tue, Nov 5, 8:54 AM
Unknown Object (File)
Mon, Oct 21, 8:39 AM
Unknown Object (File)
Wed, Oct 16, 8:00 PM
Unknown Object (File)
Tue, Oct 15, 3:18 AM
Unknown Object (File)
Sun, Oct 13, 11:45 PM
Unknown Object (File)
Sun, Oct 13, 6:48 PM
Unknown Object (File)
Oct 12 2024, 9:29 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