Re: git: ec6682ed6c1d - main - atf.test: fix installation of python test scripts
- In reply to: Kristof Provost : "git: ec6682ed6c1d - main - atf.test: fix installation of python test scripts"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Dec 2023 17:40:26 UTC
Kristof, On Tue, Dec 19, 2023 at 04:24:08PM +0000, Kristof Provost wrote: K> commit ec6682ed6c1d7304521bad39a1ad7ceae76aaca3 K> Author: Kristof Provost <kp@FreeBSD.org> K> AuthorDate: 2023-12-19 13:15:48 +0000 K> Commit: Kristof Provost <kp@FreeBSD.org> K> CommitDate: 2023-12-19 16:23:54 +0000 K> K> atf.test: fix installation of python test scripts K> K> Python test scripts get processed (to add the `#! /usr/libexec/ K> atf_pytest_wrapper` shebang line), into a .xtmp file, and installed from K> there. However, as there was no dependency of this .xtmp file on the K> original file we kept reinstalling the .xtmp file, even if the original K> had been edited already. K> K> This could cause great confusion when debugging python test scripts. Oh, that gave me a lot confusion and several times. I even attempted to fix it, but messed up due to bad make(1) skills. Thanks for fixing! -- Gleb Smirnoff