File: README.md

package info (click to toggle)
dracut 109-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,592 kB
  • sloc: sh: 24,498; ansic: 5,234; makefile: 346; perl: 186; python: 48; javascript: 19
file content (11 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
The "Dracut Developer Guidelines" page in the main documentation has a
section that explains how to use these tests:
https://dracut-ng.github.io/dracut-ng/developer/hacking.html#_testsuite

The sources of that documentation are located in the
[doc_site/](/doc_site) folder at the top-level of this repository.

To find what tests are run by GitHub CI and in which configurations,
this is not a bad starting point:

   git grep -C 5 test/ -- .github/workflows/