HomeFreeBSD

atf.test: fix installation of python test scripts

Description

atf.test: fix installation of python test scripts

Python test scripts get processed (to add the `#! /usr/libexec/
atf_pytest_wrapper` shebang line), into a .xtmp file, and installed from
there. However, as there was no dependency of this .xtmp file on the
original file we kept reinstalling the .xtmp file, even if the original
had been edited already.

This could cause great confusion when debugging python test scripts.

Reviewed by: markj
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D43118

Details

Provenance
kpAuthored on Dec 19 2023, 1:15 PM
Reviewer
markj
Differential Revision
D43118: atf.test: fix installation of python test scripts
Parents
rG636592343c3e: tmpfs: increase memory reserve to a percent of available memory + swap
Branches
Unknown
Tags
Unknown