]> git.ipfire.org Git - thirdparty/systemd.git/commit
integration tests: do not adjust log level in the test script
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 24 Sep 2025 15:46:35 +0000 (00:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Sep 2025 22:20:04 +0000 (07:20 +0900)
commit5c60d3011feac20dcc3c66fe2bcafa0a889e33d1
treee806680dccffb523a7391727e0fce42554511aa5
parentba8801a07640205778c5a62539597c68d7bdb211
integration tests: do not adjust log level in the test script

We passes log level through kernel command line. It is not necessary to
set to debug level at the beginning, and set to info at the end.
This is important when a test has several subtests. If a subtest sets
log level to info at the end, then subsequent tests may not generate any
useful logs.
40 files changed:
test/units/TEST-07-PID1.poll-limit.sh
test/units/TEST-07-PID1.quota.sh
test/units/TEST-13-NSPAWN.importctl.sh
test/units/TEST-13-NSPAWN.machined.sh
test/units/TEST-19-CGROUP.ExitType-cgroup.sh
test/units/TEST-23-UNIT-FILE.ExecReload.sh
test/units/TEST-23-UNIT-FILE.ExecStopPost.sh
test/units/TEST-23-UNIT-FILE.ExtraFileDescriptors.sh
test/units/TEST-23-UNIT-FILE.JoinsNamespaceOf.sh
test/units/TEST-23-UNIT-FILE.StandardOutput.sh
test/units/TEST-23-UNIT-FILE.Upholds.sh
test/units/TEST-23-UNIT-FILE.exec-command-ex.sh
test/units/TEST-23-UNIT-FILE.oneshot-restart.sh
test/units/TEST-23-UNIT-FILE.openfile.sh
test/units/TEST-23-UNIT-FILE.success-failure.sh
test/units/TEST-23-UNIT-FILE.type-exec.sh
test/units/TEST-30-ONCLOCKCHANGE.sh
test/units/TEST-32-OOMPOLICY.sh
test/units/TEST-34-DYNAMICUSERMIGRATE.sh
test/units/TEST-36-NUMAPOLICY.sh
test/units/TEST-38-FREEZER.sh
test/units/TEST-43-PRIVATEUSER-UNPRIV.sh
test/units/TEST-44-LOG-NAMESPACE.sh
test/units/TEST-46-HOMED.sh
test/units/TEST-52-HONORFIRSTSHUTDOWN.sh
test/units/TEST-54-CREDS.sh
test/units/TEST-55-OOMD.sh
test/units/TEST-59-RELOADING-RESTART.sh
test/units/TEST-60-MOUNT-RATELIMIT.sh
test/units/TEST-62-RESTRICT-IFACES.sh
test/units/TEST-63-PATH.sh
test/units/TEST-65-ANALYZE.sh
test/units/TEST-66-DEVICE-ISOLATION.sh
test/units/TEST-68-PROPAGATE-EXIT-STATUS.sh
test/units/TEST-75-RESOLVED.sh
test/units/TEST-78-SIGQUEUE.sh
test/units/TEST-79-MEMPRESS.sh
test/units/TEST-80-NOTIFYACCESS.sh
test/units/TEST-82-SOFTREBOOT.sh
test/units/TEST-87-AUX-UTILS-VM.pstore.sh