summaryrefslogtreecommitdiff
path: root/test/units/testsuite-51.sh
Commit message (Collapse)AuthorAgeFilesLines
* test: merge TEST-51-ISSUE-16115 into TEST-07-PID1Frantisek Sumsal2023-05-101-15/+0
|
* core: do not restart a service with Restart=always when ExecCondition failsLuca Boccassi2022-01-261-0/+2
| | | | | | | | When a Condition*= fails, and a service has Restart=always, the service is not restarted. Follow the same behaviour for ExecCondition= to avoid inconsistencies. Fixes #22257
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: use set -eux and set -o pipefail everywhereFrantisek Sumsal2021-04-131-1/+1
| | | | This should make the scripts more robust.
* core: don't consider SERVICE_SKIP_CONDITION for abnormal or failure restartsAnita Zhang2020-06-101-0/+12
Fixes: #16115