summaryrefslogtreecommitdiffstats
path: root/test/units/TEST-04-JOURNAL.bsod.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsod: make message for qrcode more usefulZbigniew Jędrzejewski-Szmek2024-10-301-1/+1
| | | | | | | People know what a qrcode is. We don't need to tell them to scan it. Instead, we should say what the code contains. While at it, rename "stream" to "f" in line with the usual style.
* test: don't use /skipped for subtestsFrantisek Sumsal2024-08-021-2/+2
| | | | | | | Since, at least the old framework, checks for the presence of the file at the end and marks the whole test as skipped if it exists. Resolves: systemd/systemd-centos-ci#728
* test: Rename testsuite-XX units to match test nameDaan De Meyer2024-05-141-0/+123
Having these named differently than the test itself mostly creates unecessary confusion and makes writing logic against the tests harder so let's rename the testsuite-xx units and scripts to just use the test name itself.