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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Nov 2017 15:01:55 +0000 (00:01 +0900)
commit07b3a026433d52deb3d7fd079e0dc13416b364b3
treef302fce3e6459a41813aaceed3c33e8b7fc24c03
parent2482f88d2af827ffd361c65e78e7a83450bff892
test: set log_level to info in test-hwdb and check-help-*

These tests check the stderr. So, if the systemd.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.
test/hwdb-test.sh
tools/meson-check-help.sh