1. 08 3月, 2011 2 次提交
    • S
      ktest: Add BISECT_SKIP · c23dca7c
      Steven Rostedt 提交于
      If a during a git bisect, ktest fails on something other than
      what it is testing (if BISECT_TYPE is test but it fails on build),
      if BISECT_SKIP is set, then it will do a "git bisect skip" instead
      of just failing the bisect and letting the user find a good commit
      to test.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      c23dca7c
    • S
      ktest: Add manual bisect · c960bb9f
      Steven Rostedt 提交于
      For both git bisect and config bisect, if BISECT_MANUAL is set to 1,
      then bisect will stop between iterations and ask the user for the
      result. The actual result is ignored. This makes it possible to
      use ktest.pl for bisecting configs and git and let the user examine
      the results themselves and enter their own results.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      c960bb9f
  2. 19 11月, 2010 7 次提交