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)
Fri, Nov 15, 3:50 AM
Unknown Object (File)
Oct 9 2024, 10:32 AM
Unknown Object (File)
Oct 3 2024, 3:19 PM
Unknown Object (File)
Oct 1 2024, 4:29 PM
Unknown Object (File)
Sep 24 2024, 3:26 AM
Unknown Object (File)
Sep 14 2024, 3:43 PM
Unknown Object (File)
Sep 7 2024, 10:16 PM
Unknown Object (File)
Jul 6 2024, 4:16 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