From 5de3124cd51bc02de562e41cc26ab47224a4a624 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 26 Nov 2017 00:01:55 +0900 Subject: [PATCH] test: set log_level to info in test-hwdb and check-help-* These tests check the stderr. So, if the elogind.log_level=debug is set in the kernel command line, then these tests fail. This set log_level to info in hwdb-test.sh and meson-check-help.sh, the kernel command line not to change the output of the target programs. Fixes #7362. --- tools/meson-check-help.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/meson-check-help.sh b/tools/meson-check-help.sh index 47a5099a0..4210491a9 100755 --- a/tools/meson-check-help.sh +++ b/tools/meson-check-help.sh @@ -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:" -- 2.30.2