mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: Fix installation directory for integration-tests when using rsync
This commit is contained in:
@@ -296,7 +296,7 @@ if install_tests
|
||||
follow_symlinks : false)
|
||||
else
|
||||
meson.add_install_script(sh, '-c',
|
||||
rsync_r.format(meson.current_source_dir() / 'integration-tests', testdata_dir))
|
||||
rsync_r.format(meson.current_source_dir() / 'integration-tests', testsdir))
|
||||
endif
|
||||
|
||||
foreach integration_test : integration_tests
|
||||
|
||||
Reference in New Issue
Block a user