test: do not run 'meson configure' if NO_BUILD is set
authorLuca Boccassi <bluca@debian.org>
Wed, 16 Jun 2021 20:50:23 +0000 (21:50 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 17 Jun 2021 08:21:17 +0000 (17:21 +0900)
commit63878c52beec442f1b3314ca223e54c897de499b
treeca588f34ef40aea37ab8decc8995d713e1199665
parent5601400e178e0ea4075d504039a2b791071dfec7
test: do not run 'meson configure' if NO_BUILD is set

There is no build tree and packages are used, so it cannot work. Unlikely
that static linking has been set for those builds anyway.

Fixes https://github.com/systemd/systemd/issues/19955
test/test-functions