Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 21 of 21) sorted by relevance

/systemd-251/test/units/
Dtestsuite-02.sh12 rm -fv /failed-tests /skipped-tests /skipped
37 echo "$name" >>/skipped-tests
42 } >>/skipped
Dtestsuite-55.sh10 [[ -e /proc/pressure ]] || echo "no PSI" >>/skipped
13 echo "no cgroup2" >>/skipped
16 echo "no oomd" >>/skipped
19 if [[ -e /skipped ]]; then
Dtestsuite-62.sh46 echo "kernel is not 5.7+" >>/skipped
51 echo "bpf-framework is disabled" >>/skipped
Dtestsuite-55.service8 ExecStartPre=rm -f /failed /skipped /testok
Dtestsuite-46.sh8 echo "no homed" >/skipped
Dtestsuite-72.sh11 echo "no systemd-sysupdate" >/skipped
Dtestsuite-58.sh7 echo "no systemd-repart" >/skipped
/systemd-251/src/systemctl/
Dsystemctl-list-jobs.c59 static int output_jobs_list(sd_bus *bus, const struct job_info* jobs, unsigned n, bool skipped) { in output_jobs_list() argument
71 printf("%sNo jobs %s.%s\n", on, skipped ? "listed" : "running", off); in output_jobs_list()
133 bool skipped = false; in verb_list_jobs() local
155 skipped = true; in verb_list_jobs()
173 return output_jobs_list(bus, jobs, c, skipped); in verb_list_jobs()
/systemd-251/src/shared/
Dselinux-util.c605 goto skipped; in mac_selinux_bind()
609 goto skipped; in mac_selinux_bind()
613 goto skipped; in mac_selinux_bind()
618 goto skipped; in mac_selinux_bind()
626 goto skipped; in mac_selinux_bind()
643 goto skipped; in mac_selinux_bind()
664 skipped: in mac_selinux_bind()
Dask-password-api.c548 goto skipped; in ask_password_tty()
647 skipped: in ask_password_tty()
/systemd-251/src/test/
Dtest-compress-benchmark.c83 size_t skipped = 0, compressed = 0, total = 0; in test_compress_decompress() local
110 skipped += size; in test_compress_decompress()
139 skipped); in test_compress_decompress()
Dtest-path-util.c507 static void test_path_startswith_one(const char *path, const char *prefix, const char *skipped, con… in test_path_startswith_one() argument
515 q = strjoina(skipped, p); in test_path_startswith_one()
517 assert_se(p == path + strlen(skipped)); in test_path_startswith_one()
/systemd-251/test/
Dtest-functions350 rm -f "$initdir"/{testok,failed,skipped}
492 rm -f "${initdir:?}"/{testok,failed,skipped}
1504 elif [ -e "$workspace/skipped" ]; then
1506 echo "${TESTNAME:?} was skipped:"
1507 cat "$workspace/skipped"
1585 if [[ -s "$workspace/skipped" ]]; then
1587 cat "$workspace/skipped"
1618 if [[ -s "$initdir/skipped" ]]; then
1620 cat "$initdir/skipped"
/systemd-251/test/TEST-64-UDEV-STORAGE/
Dtest.sh114 local skipped=()
145 skipped+=("$testcase")
/systemd-251/docs/
DCODE_QUALITY.md14 1. Use `meson test -C build` to run the unit tests. Some tests are skipped if
DCONTRIBUTING.md57 …time graceful fallbacks (e.g.: daemon will not be built, runtime functionality will be skipped with
DENVIRONMENT.md77 `lenient`: Similar to `auto`, but the rootfs check is skipped.
446 * `$KERNEL_INSTALL_BYPASS` – If set to "1", execution of kernel-install is skipped
DJOURNAL_FILE_FORMAT.md599 that are volatile are excluded (skipped). More specifically all fields that
/systemd-251/catalog/
Dsystemd.catalog.in373 Subject: Unit skipped
377 The unit @UNIT@ was skipped due to an ExecCondition= command failure, and has
/systemd-251/
DNEWS20 * Jobs started via StartUnitWithFlags() will no longer return 'skipped'
28 thus the usual procedure of adding a new set of methods was skipped,
792 trying to trigger a service that is skipped because of a Condition*=
1787 be skipped. This is useful on systems that are headless, i.e. where
7401 and when set to false the first boot questions are skipped.
9950 failing conditions cause a unit to be skipped, but its job
13892 * Note that we skipped 139 releases here in order to set the
13963 are run in a container and are skipped when
DTODO1561 being silently skipped. journalctl --update-catalog must warn about this,