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)
Thu, May 2, 7:00 PM
Unknown Object (File)
Sat, Apr 27, 7:16 AM
Unknown Object (File)
Sat, Apr 27, 7:07 AM
Unknown Object (File)
Mon, Apr 22, 4:34 PM
Unknown Object (File)
Feb 28 2024, 3:01 PM
Unknown Object (File)
Feb 12 2024, 4:03 PM
Unknown Object (File)
Feb 6 2024, 5:46 PM
Unknown Object (File)
Dec 20 2023, 4:28 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