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
F157785055: D43118.id.diff
Mon, May 25, 4:04 AM
F157742379: D43118.id131582.diff
Sun, May 24, 6:04 PM
Unknown Object (File)
Thu, May 21, 8:48 AM
Unknown Object (File)
Apr 20 2026, 6:27 PM
Unknown Object (File)
Apr 15 2026, 9:58 AM
Unknown Object (File)
Mar 21 2026, 11:05 AM
Unknown Object (File)
Mar 21 2026, 7:04 AM
Unknown Object (File)
Mar 21 2026, 3:03 AM

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