]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: don't install Python scripts from systemd-test RPM
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 2 Sep 2024 14:24:35 +0000 (16:24 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 2 Sep 2024 18:26:57 +0000 (19:26 +0100)
commitbd7a06dc31954cbbb0498013c4fe59f2e6f6b65c
tree1fd41bafea2beb49499df30f2269155513e00ae3
parent1e2d1a7202400e08a00782f32804fdc503259806
test: don't install Python scripts from systemd-test RPM

The original regex didn't cover the `run-unit-tests.py` script that
made the old framework pull in Python into the test image, which in turn
allowed the new TEST-69-SHUTDOWN Python script to get executed in the
old framework's image, causing unexpected fails with latest Python on
Rawhide.
test/test-functions