summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-26 17:39:36 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-27 12:37:37 +0100
commitf087c7e072bb338d5c7c0781c9fbc900612efd18 (patch)
tree84cf61f72f41fffb40ec97459648978781f92eb4 /test
parent85d9b5981ba6b7ee3955f95fa6cf3bb8cdf3444d (diff)
downloadsystemd-f087c7e072bb338d5c7c0781c9fbc900612efd18.tar.gz
test: add some basic testing that "systemctl start -T" does something
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-03-JOBS/test-jobs.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh
index e66ea53621..42190cf478 100755
--- a/test/TEST-03-JOBS/test-jobs.sh
+++ b/test/TEST-03-JOBS/test-jobs.sh
@@ -26,6 +26,13 @@ grep 'sleep\.service.*running' /root/list-jobs.txt
grep 'hello\.service' /root/list-jobs.txt && exit 1
systemctl stop sleep.service hello-after-sleep.target
+# Some basic testing that --show-transaction does something useful
+! systemctl is-active systemd-importd
+systemctl -T start systemd-importd
+systemctl is-active systemd-importd
+systemctl --show-transaction stop systemd-importd
+! systemctl is-active systemd-importd
+
# Test for a crash when enqueuing a JOB_NOP when other job already exists
systemctl start --no-block hello-after-sleep.target
# hello.service should still be waiting, so these try-restarts will collapse