diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2013-01-25 20:10:00 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2013-01-25 22:29:56 +0100 |
commit | b5da077ddf01546c4a85688624d6957766d6c00c (patch) | |
tree | a92ac9334a425fe96e80bbafd1ab8858cb44d3a5 /test/hello-after-sleep.target | |
parent | c90feab4ff8bc23d88d4f9c67d9652ba189cb51b (diff) |
test: add test for jobs
Add a test case for job merging with --ignore-dependencies.
test.sh is copied from TEST-01-*, only lightly modified (this
should be refactored better in the future).
test-jobs.sh is the core of this test.
Diffstat (limited to 'test/hello-after-sleep.target')
-rw-r--r-- | test/hello-after-sleep.target | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/hello-after-sleep.target b/test/hello-after-sleep.target new file mode 100644 index 0000000000..526fbd2a12 --- /dev/null +++ b/test/hello-after-sleep.target @@ -0,0 +1,5 @@ +[Unit] +Description=Sleep for a minute, then say hello. +Wants=sleep.service hello.service +After=sleep.service +Before=hello.service |