Page MenuHomeFreeBSD

tests: fix ATF_TESTS_PYTEST no clean build
ClosedPublic

Authored by glebius on Oct 19 2023, 5:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 13, 11:53 PM
Unknown Object (File)
Thu, Mar 13, 11:06 PM
Unknown Object (File)
Mon, Mar 10, 9:34 AM
Unknown Object (File)
Fri, Feb 21, 4:09 PM
Unknown Object (File)
Feb 18 2025, 8:29 AM
Unknown Object (File)
Feb 9 2025, 6:16 PM
Unknown Object (File)
Feb 8 2025, 8:36 PM
Unknown Object (File)
Feb 8 2025, 1:57 AM

Details

Summary

The hack with .xtmp file was effectively making the make to
ignore changes to the sources, breaking NO_CLEAN builds. The
hack can be actually omitted as setting SCRIPTSNAME_${_T} for
every test is sufficient to prevent renaming by bsd.prog.mk.

Diff Detail

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