Page MenuHomeFreeBSD

atf.test: fix installation of python test scripts
ClosedPublic

Authored by kp on Dec 19 2023, 1:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 11:55 PM
Unknown Object (File)
Oct 2 2024, 5:01 AM
Unknown Object (File)
Oct 2 2024, 4:06 AM
Unknown Object (File)
Oct 1 2024, 4:21 PM
Unknown Object (File)
Oct 1 2024, 3:54 PM
Unknown Object (File)
Sep 30 2024, 9:38 PM
Unknown Object (File)
Sep 30 2024, 7:24 PM
Unknown Object (File)
Sep 28 2024, 1:14 PM

Details

Summary

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.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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