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
F109347270: D43118.diff
Mon, Feb 3, 9:14 PM
Unknown Object (File)
Tue, Jan 21, 8:08 PM
Unknown Object (File)
Dec 31 2024, 9:46 PM
Unknown Object (File)
Nov 28 2024, 10:26 AM
Unknown Object (File)
Nov 28 2024, 10:26 AM
Unknown Object (File)
Nov 28 2024, 10:26 AM
Unknown Object (File)
Nov 28 2024, 6:08 AM
Unknown Object (File)
Nov 27 2024, 3:33 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 55025
Build 51914: arc lint + arc unit