summaryrefslogtreecommitdiff
path: root/tools/testing/ktest/ktest.pl
AgeCommit message (Expand)Author
2026-04-20ktest: Add logfile to failure directorySteven Rostedt
2026-04-20ktest: Fix the month in the name of the failure directorySteven Rostedt
2026-03-18ktest: Store failure logs also in fatal pathsRicardo B. Marlière
2026-03-09ktest: Add a --dry-run modeRicardo B. Marlière
2026-03-09ktest: Run POST_KTEST hooks on failure and cancellationRicardo B. Marlière
2026-03-09ktest: Add PRE_KTEST_DIE for PRE_KTEST failuresRicardo B. Marlière
2026-03-09ktest: Stop dropping console output during power-cycle rebootRicardo B. Marlière
2026-03-09ktest: Run commands through list-form shell openRicardo B. Marlière
2026-03-09ktest: Honor empty per-test option overridesRicardo B. Marlière
2026-03-09ktest: Treat undefined self-reference as emptyRicardo B. Marlière
2026-03-09ktest: Resolve LOG_FILE in test option contextRicardo B. Marlière
2026-03-09ktest: Avoid undef warning when WARNINGS_FILE is unsetRicardo B. Marlière
2025-07-29ktest.pl: Add new PATCHCHECK_SKIP option to skip testing individual commitsSteven Rostedt
2025-07-21ktest.pl: Always display BUILD_DIR and OUTPUT_DIR at the start of testsSteven Rostedt
2025-07-21ktest.pl: Prevent recursion of default variable optionsSteven Rostedt
2025-07-21ktest.pl: Have -D option work without a spaceSteven Rostedt
2025-07-21ktest.pl: Allow command option -D to override temp variablesSteven Rostedt
2025-07-21ktest.pl: Add -D option to override optionsSteven Rostedt
2025-03-27ktest: Fix Test Failures Due to Missing LOG_FILE DirectoriesAyush Jain
2024-12-18ktest.pl: Fix typo in commentBa Jing
2024-12-18ktest.pl: Remove unused declarations in run_bisect_test functionBa Jing
2024-12-18ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere
2024-09-04ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan
2024-09-04ktest.pl: Always warn on build warningsSteven Rostedt
2024-03-15ktest: force $buildonly = 1 for 'make_warnings_file' test typeRicardo B. Marliere
2024-03-15ktest.pl: Process variables within variablesSteven Rostedt
2023-02-20ktest: Restore stty setting at first in dodieMasami Hiramatsu (Google)
2023-02-20ktest.pl: Add RUN_TIMEOUT option with default unlimitedSteven Rostedt
2023-02-20ktest.pl: Give back console on Ctrt^C on monitorSteven Rostedt
2023-02-20ktest.pl: Fix missing "end_monitor" when machine check failsSteven Rostedt
2022-12-08ktest.pl: Add shell commands to variablesSteven Rostedt (Google)
2022-12-07kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt
2022-12-07ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt
2021-05-03ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Adding editor hints to improve consistencyJohn 'Warthog9' Hawley (VMware)
2021-05-03ktest: Minor cleanup with uninitialized variable $build_optionsJohn 'Warthog9' Hawley (VMware)
2020-11-30ktest.pl: Fix the logic for truncating the size of the log file for emailSteven Rostedt (VMware)
2020-11-30ktest.pl: If size of log is too big to email, email error messageSteven Rostedt (VMware)
2020-11-30ktest.pl: Fix incorrect reboot for grub2blsLibo Chen
2020-08-10ktest.pl: Fix spelling mistake "Cant" -> "Can't"Colin Ian King
2020-08-10ktest.pl: Change the logic to control the size of the log file emailedSteven Rostedt (VMware)
2020-07-02ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailedSteven Rostedt (VMware)
2020-07-02ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware)
2020-07-01ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware)
2020-07-01ktest.pl: Just open up the log file onceSteven Rostedt (VMware)
2020-07-01ktest.pl: Add a NOT operatorSteven Rostedt (VMware)
2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware)
2020-07-01ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware)