]> git.ipfire.org Git - thirdparty/systemd.git/commit
TEST-03-JOBS: modernize test code and extend timeout
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jul 2025 02:07:35 +0000 (11:07 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 29 Jul 2025 08:51:02 +0000 (09:51 +0100)
commit065941a92c81dde6706215cb3390b90fc06ff2ce
tree1ed2972c68ff0aab1aced5ad28911dd46478da76
parentdb1e099a7aed117e3ffdb1e4c69cf3e37cab0fc6
TEST-03-JOBS: modernize test code and extend timeout

- use timeout command more,
- use `(! cmd)` rather than `cmd && exit 1`,
- drop unnecessary `|| exit 1`,
- extend timeout to support slow test environment.

Fixes #38395.
test/units/TEST-03-JOBS.sh