ktest.pl: Have config-bisect save each config used in the bisect
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 13:28:39 +0000 (09:28 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 1 Jul 2020 13:31:43 +0000 (09:31 -0400)
commit9dce29e65b38591eac0ce6786bdb725aea1eadeb
treea301932c54a9c57323b74b4eac274dbdf1a127e2
parent9ebcfadb0610322ac537dd7aa5d9cbc2b2894c68
ktest.pl: Have config-bisect save each config used in the bisect

When performing a automatic config bisect via ktest.pl, it is very useful to
have a copy of each of the bisects used. This way, if a bisect were to go
wrong, it is possible to retrace the steps and continue at the location
before the error was made.

The ktest.pl will make a copy of the good and bad configs, labeled as such,
as well as a number attached to it that represents the iteration of the
bisect. These files are saved in the ktest temp directory where it currently
stores the good and bad config files.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl