summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-18ktest: Added patchcheckSteven Rostedt1-2/+140
Added patchcheck functionality. It will checkout a given SHA1 and test that commit and all commits to another given SHA1. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2010-11-18ktest: Added reboot on successSteven Rostedt1-1/+6
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2010-11-18ktest: Added better console, add test buildSteven Rostedt1-48/+159
Better reading of the console. Added running a script to do testing after build succeeds. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2010-11-18ktest: Bisecting, install modules, add loggingSteven Rostedt1-94/+227
Added bisecting, modules, logging of the output. Banners that show success. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2010-11-18ktest: New features reboot on error, make optionsSteven Rostedt1-16/+46
REBOOT_ON_ERROR to reboot the box on error BUILD_OPTIONS to add options to the make build (like -j40) Added "useconfig:<config>". Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2010-11-18ktest: New features: noclean, dodie, poweroff on error and successSteven Rostedt1-21/+94
Added dodie function to have a bit more control over die calls. BUILD_NOCLEAN to not run make mrproper or remove .config. POWEROFF_ON_{SUCCESS,ERROR} to turn off the power after tests. Skip backtrace calls that were done by the backtrace tests. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>