projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b869b
)
meson.build: do not mark test-progress-bar as manual
author
Lennart Poettering
<lennart@poettering.net>
Tue, 29 Oct 2024 14:55:12 +0000
(15:55 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 29 Oct 2024 14:55:12 +0000
(15:55 +0100)
It will finish on its own always and cleanly, and running it always
should increase test coverage.
src/test/meson.build
patch
|
blob
|
history
diff --git
a/src/test/meson.build
b/src/test/meson.build
index b8699a016bfc239e8664a0b5b07d99ef5910ff9e..2157e7c1f3d90c46b34dfbf008a310e00b6971f7 100644
(file)
--- 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'),