mirror of
https://github.com/systemd/systemd.git
synced 2026-08-13 17:08:14 +00:00
test-network: fix path to test-ndisc-send
Follow-up for9dcdf16b25. Previously, test cases that use test-ndisc-send executable did not tested in our mkosi CIs... (cherry picked from commitdece52443c)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
1538b9505e
commit
44f512097b
@@ -9723,7 +9723,7 @@ if __name__ == '__main__':
|
||||
if build_dir:
|
||||
test_ndisc_send = os.path.normpath(os.path.join(build_dir, 'test-ndisc-send'))
|
||||
else:
|
||||
test_ndisc_send = '/usr/lib/tests/test-ndisc-send'
|
||||
test_ndisc_send = '/usr/lib/systemd/tests/unit-tests/manual/test-ndisc-send'
|
||||
|
||||
if build_dir:
|
||||
test_modem_manager_mock = os.path.normpath(os.path.join(build_dir, 'test-modem-manager-mock'))
|
||||
|
||||
Reference in New Issue
Block a user