mirror of
https://github.com/systemd/systemd.git
synced 2024-12-26 03:22:00 +03:00
038e455462
This drops logs of failed unit tests in TEST-02-UNITTESTS from the journal, as the expected logs from test-varlink-idl makes the post script fail. Saving logs in journal is simply noisy, and we will output anyway after qemu or nspawn finished by check_result_{qemu,nspawn}_unittests().
12 lines
262 B
Desktop File
12 lines
262 B
Desktop File
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Unit]
|
|
Description=End the test
|
|
After=testsuite.target
|
|
OnFailure=poweroff.target
|
|
OnFailureJobMode=replace-irreversibly
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/end.sh
|
|
TimeoutStartSec=5m
|