mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
The Python finished() helper currently exits with KSFT_FAIL when there
are only passed and skipped tests. Fix the logic to exit with KSFT_PASS
instead, making it consistent with its C and bash counterparts
(ksft_finished() and ktap_finished() respectively).
Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| ksft.py | ||
| ktap_helpers.sh | ||
| module.sh | ||
| prefix.pl | ||
| runner.sh | ||