Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | torture: Make kvm-find-errors.sh find build warnings | Paul E. McKenney | 2018-05-15 | 1 | -2/+3 |
| | | | | | | | | Currently, kvm-find-errors.sh looks only for build errors ("error:"), so this commit makes it also locate build warnings ("warning:"). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Tested-by: Nicholas Piggin <npiggin@gmail.com> | ||||
* | torture: Add a script to edit output from failed runs | Paul E. McKenney | 2018-05-15 | 1 | -0/+55 |
This commit adds a script that allows viewing the build and/or console output from failed rcutorture, locktorture, or rcuperf runs. This replaces a time-honored but inefficient manual procedure that uses cut and paste. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Tested-by: Nicholas Piggin <npiggin@gmail.com> |