ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisect
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 4 Apr 2018 19:42:08 +0000 (15:42 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 6 Apr 2018 18:08:03 +0000 (14:08 -0400)
commit133087f0623e927dfdf439a1b6a4e819a7a5f3ea
tree0c328ac8dbba3638fe0e15443aa4a238484d44d2
parentb2b07ea282721b6c7bed21e95e2c00dd95cb8520
ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisect

If config-bisect.pl sees that a config_bisect has already been started, it
will ask on the command line if it should bisect or not. This will mess up
running config_bisect from ktest.pl.

Have ktest.pl pass in '-r' to config-bisect.pl and have config-bisect.pl
recognize that to reset without asking.

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