mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
9309a23b95
When tests are executed serially (the default), it seems better to launch the fairly generic test that runs the unittests early in the sequence. Right now the tests are ordered based on when they were written, but this doesn't make much sense.
8 lines
150 B
Desktop File
8 lines
150 B
Desktop File
[Unit]
|
|
Description=TEST-02-UNITTESTS
|
|
|
|
[Service]
|
|
ExecStartPre=rm -f /failed /testok
|
|
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
|
|
Type=oneshot
|