aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kselftest/runner.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu1-2/+36
2023-09-12Merge tag 'linux-kselftest-next-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+2
2023-09-08kselftest/runner.sh: Propagate SIGTERM to runner childBjörn Töpel1-1/+2
2023-08-18selftests: line buffer test program's stdoutRyan Roberts1-2/+5
2023-06-12selftests: allow runners to override the timeoutLuis Chamberlain1-1/+10
2022-02-23selftests/kselftest/runner.sh: Pass optional command parameters in environmentCristian Marussi1-1/+29
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park1-10/+18
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+5
2020-07-25selftest/firmware: Add selftest timeout in settingsKees Cook1-1/+5
2020-07-06kselftest: fix TAP output for skipped testsPaolo Bonzini1-1/+1
2020-04-14kselftest/runner: allow to properly deliver signals to testsAndrea Righi1-1/+1
2020-01-27selftests: settings: tests can be in subsubdirsMatthieu Baerts1-1/+1
2019-12-11kselftest/runner: Print new line in print of timeout logSeongJae Park1-0/+1
2019-10-01selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook1-3/+33
2019-05-21selftests: Remove forced unbuffering for test runningKees Cook1-11/+1
2019-04-25selftests: Remove KSFT_TAP_LEVELKees Cook1-1/+0
2019-04-25selftests: Move test output to diagnostic linesKees Cook1-4/+33
2019-04-25selftests: Distinguish between missing and non-executableKees Cook1-1/+6
2019-04-25selftests: Add plan line and fix result line syntaxKees Cook1-4/+6
2019-04-25selftests: Extract logic for multiple test runsKees Cook1-3/+22
2019-04-25selftests: Extract single-test shell logic from lib.mkKees Cook1-0/+32