123456789101112131415 |
- Subject: Don't use the just-built binaries in autopkgtest
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2021-05-10
- --- a/tests/meson.build
- +++ b/tests/meson.build
- @@ -25,8 +25,6 @@
-
- env = environment()
- env.prepend('PATH',
- - join_paths(meson.source_root(), 'src'),
- - join_paths(meson.build_root(), 'src'),
- join_paths(meson.source_root(), 'tests'),
- join_paths(meson.build_root(), 'tests'),
- separator: ':'
|