chiark / gitweb /
sd-dhcp-lease: (de)serialize DNS and NTP servers
[elogind.git] / test / TEST-03-JOBS / test.sh
index 630325867bdbd3bba00f2cc2a6aca9111850f256..41e02e2c8acc67ba7b99a4c6060e04946bec029d 100755 (executable)
@@ -5,9 +5,6 @@ TEST_DESCRIPTION="Job-related tests"
 
 . $TEST_BASE_DIR/test-functions
 
-# Uncomment this to debug failures
-#DEBUGFAIL="systemd.unit=multi-user.target"
-
 check_result_qemu() {
     ret=1
     mkdir -p $TESTDIR/root
@@ -23,11 +20,10 @@ check_result_qemu() {
 }
 
 test_run() {
-    if check_qemu ; then
-        run_qemu
+    if run_qemu; then
         check_result_qemu || return 1
     else
-        dwarn "can't run qemu-kvm, skipping"
+        dwarn "can't run QEMU, skipping"
     fi
     if check_nspawn; then
         run_nspawn