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)
Sat, Apr 27, 3:30 AM
Unknown Object (File)
Fri, Apr 26, 2:05 AM
Unknown Object (File)
Thu, Apr 18, 5:15 PM
Unknown Object (File)
Thu, Apr 18, 4:42 PM
Unknown Object (File)
Mar 13 2024, 2:51 AM
Unknown Object (File)
Feb 12 2024, 2:07 PM
Unknown Object (File)
Dec 23 2023, 12:44 AM
Unknown Object (File)
Dec 9 2023, 11:58 PM

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