]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: skip test-path on Salsa CI
authorLuca Boccassi <bluca@debian.org>
Sat, 12 Aug 2023 14:15:55 +0000 (15:15 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 13 Aug 2023 09:27:04 +0000 (10:27 +0100)
commita0b0b670ab6caa119eef37bda0d70b7273a70568
tree21a5793b1de44895154f03f0482fb3f8f28f2062
parentf7590e3cb4f898cc71422f99678c65b1233c42b1
test: skip test-path on Salsa CI

Salsa is the Debian git forge. In the package build environment test-path
always fails as we cannot set up cgroups and so the path unit fails to
start. Skip the test in that environment.

Unfortunately meson doesn't allow to skip individual tests by name.
src/shared/tests.c
src/test/test-path.c