diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-03-30 16:25:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 16:25:12 +0200 |
commit | 15529f5cea0ea60d1202994e5950a31e2b4916e7 (patch) | |
tree | 3e3122e3d851337fd3d9903a2547a1b4798864a3 /test/units/testsuite-19.service | |
parent | ci: turn off FuzzBuzz (diff) | |
parent | test: print test of name in output (diff) | |
download | systemd-15529f5cea0ea60d1202994e5950a31e2b4916e7.tar.xz systemd-15529f5cea0ea60d1202994e5950a31e2b4916e7.zip |
Merge pull request #14338 from keszybz/functional-test-rework
Functional test rework
Diffstat (limited to 'test/units/testsuite-19.service')
-rw-r--r-- | test/units/testsuite-19.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/units/testsuite-19.service b/test/units/testsuite-19.service new file mode 100644 index 0000000000..d6ad5beded --- /dev/null +++ b/test/units/testsuite-19.service @@ -0,0 +1,7 @@ +[Unit] +Description=TEST-19-DELEGATE + +[Service] +ExecStartPre=rm -f /failed /testok +ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh +Type=oneshot |