From b5da077ddf01546c4a85688624d6957766d6c00c Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 25 Jan 2013 20:10:00 +0100 Subject: 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. --- test/hello-after-sleep.target | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/hello-after-sleep.target (limited to 'test/hello-after-sleep.target') 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 -- cgit v1.2.3-54-g00ecf