From: Lennart Poettering Date: Tue, 29 Oct 2024 14:55:12 +0000 (+0100) Subject: meson.build: do not mark test-progress-bar as manual X-Git-Tag: v257-rc1~114^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99bd933fa292566ec35133aac24a6e233114df1b;p=thirdparty%2Fsystemd.git meson.build: do not mark test-progress-bar as manual It will finish on its own always and cleanly, and running it always should increase test coverage. --- diff --git a/src/test/meson.build b/src/test/meson.build index b8699a016bf..2157e7c1f3d 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -378,7 +378,6 @@ executables += [ }, test_template + { 'sources' : files('test-progress-bar.c'), - 'type' : 'manual', }, test_template + { 'sources' : files('test-qrcode-util.c'),