X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=test%2FTEST-03-JOBS%2Ftest.sh;h=6eaba72e576a53c56915705cf41057351bea2734;hb=907809fc6a9867869b8a237663af2eda335d333e;hp=bd211f3ad5d5d5318842d41db8ec51313f5aec09;hpb=7bcd865d386d96caac83cb1c589fdb8f9ce3b081;p=elogind.git diff --git a/test/TEST-03-JOBS/test.sh b/test/TEST-03-JOBS/test.sh index bd211f3ad..6eaba72e5 100755 --- a/test/TEST-03-JOBS/test.sh +++ b/test/TEST-03-JOBS/test.sh @@ -1,7 +1,7 @@ #!/bin/bash # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- # ex: ts=8 sw=4 sts=4 et filetype=sh -TEST_DESCRIPTION="Job merging" +TEST_DESCRIPTION="Job-related tests" KVERSION=${KVERSION-$(uname -r)} KERNEL_VER=$(uname -r) @@ -138,7 +138,8 @@ Type=oneshot EOF # copy the units used by this test - cp $TEST_BASE_DIR/{hello.service,sleep.service,hello-after-sleep.target} $initdir/etc/systemd/system + cp $TEST_BASE_DIR/{hello.service,sleep.service,hello-after-sleep.target,unstoppable.service} \ + $initdir/etc/systemd/system cp test-jobs.sh $initdir/ mkdir -p $initdir/etc/systemd/system/testsuite.target.wants