HomeFreeBSD

tests: fix ATF_TESTS_PYTEST no clean build

Description

tests: fix ATF_TESTS_PYTEST no clean build

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.

Reviewed by: melifaro
Differential Revision: https://reviews.freebsd.org/D42283

Details

Provenance
glebiusAuthored on Oct 20 2023, 5:47 PM
Reviewer
melifaro
Differential Revision
D42283: tests: fix ATF_TESTS_PYTEST no clean build
Parents
rG2b39a6f68c38: arm64: Add PAC instruction macros
Branches
Unknown
Tags
Unknown
Reverted By
rGe8f035763083: Revert "tests: fix ATF_TESTS_PYTEST no clean build"