mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
In these netconsole tests, bash is used with errexit (set -e). It means that if the busywait timeout, the tests finish without printing an error message. It is fine to ignore these errors, because the following validate_xxx helpers will check the content of the output file, and exit with an appropriated error message, e.g. FAIL: File was not generated. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Reviewed-by: Breno Leitao <leitao@debian.org> Link: https://patch.msgid.link/20260710-net-sft-fix-containers-v1-7-a2915c294ef5@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org> |
||
|---|---|---|
| .. | ||
| config | ||
| Makefile | ||
| netcons_basic.sh | ||
| netcons_cmdline.sh | ||
| netcons_fragmented_msg.sh | ||
| netcons_overflow.sh | ||
| netcons_resume.sh | ||
| netcons_sysdata.sh | ||
| netcons_torture.sh | ||