]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/meson-check-help.sh
test: set log_level to info in test-hwdb and check-help-*
[thirdparty/systemd.git] / tools / meson-check-help.sh
index 47a5099a04c75757c4469dc392652e30759b4208..4210491a987daa80ee343ef41cd1ea37bc941b6a 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh -eu
 
+export SYSTEMD_LOG_LEVEL=info
+
 # output width
 if "$1"  --help | grep -v 'default:' | grep -E -q '.{80}.'; then
         echo "$(basename "$1") --help output is too wide:"