chiark / gitweb /
test: set log_level to info in test-hwdb and check-help-*
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Nov 2017 15:01:55 +0000 (00:01 +0900)
committerSven Eden <yamakuzure@gmx.net>
Sat, 25 Nov 2017 15:01:55 +0000 (00:01 +0900)
commit5de3124cd51bc02de562e41cc26ab47224a4a624
tree45d14157f0071e04d3cb612996d3e10f9b361cff
parent27f56c0863db2377bc9d71c44696bbc19e1edd8e
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