Searched refs:skipped (Results 1 – 21 of 21) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-02.sh | 12 rm -fv /failed-tests /skipped-tests /skipped 37 echo "$name" >>/skipped-tests 42 } >>/skipped
|
D | testsuite-55.sh | 10 [[ -e /proc/pressure ]] || echo "no PSI" >>/skipped 13 echo "no cgroup2" >>/skipped 16 echo "no oomd" >>/skipped 19 if [[ -e /skipped ]]; then
|
D | testsuite-62.sh | 46 echo "kernel is not 5.7+" >>/skipped 51 echo "bpf-framework is disabled" >>/skipped
|
D | testsuite-55.service | 8 ExecStartPre=rm -f /failed /skipped /testok
|
D | testsuite-46.sh | 8 echo "no homed" >/skipped
|
D | testsuite-72.sh | 11 echo "no systemd-sysupdate" >/skipped
|
D | testsuite-58.sh | 7 echo "no systemd-repart" >/skipped
|
/systemd-251/src/systemctl/ |
D | systemctl-list-jobs.c | 59 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/ |
D | selinux-util.c | 605 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()
|
D | ask-password-api.c | 548 goto skipped; in ask_password_tty() 647 skipped: in ask_password_tty()
|
/systemd-251/src/test/ |
D | test-compress-benchmark.c | 83 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()
|
D | test-path-util.c | 507 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/ |
D | test-functions | 350 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/ |
D | test.sh | 114 local skipped=() 145 skipped+=("$testcase")
|
/systemd-251/docs/ |
D | CODE_QUALITY.md | 14 1. Use `meson test -C build` to run the unit tests. Some tests are skipped if
|
D | CONTRIBUTING.md | 57 …time graceful fallbacks (e.g.: daemon will not be built, runtime functionality will be skipped with
|
D | ENVIRONMENT.md | 77 `lenient`: Similar to `auto`, but the rootfs check is skipped. 446 * `$KERNEL_INSTALL_BYPASS` – If set to "1", execution of kernel-install is skipped
|
D | JOURNAL_FILE_FORMAT.md | 599 that are volatile are excluded (skipped). More specifically all fields that
|
/systemd-251/catalog/ |
D | systemd.catalog.in | 373 Subject: Unit skipped 377 The unit @UNIT@ was skipped due to an ExecCondition= command failure, and has
|
/systemd-251/ |
D | NEWS | 20 * 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
|
D | TODO | 1561 being silently skipped. journalctl --update-catalog must warn about this,
|