1. 12 4月, 2012 9 次提交
  2. 11 4月, 2012 1 次提交
  3. 08 4月, 2012 8 次提交
  4. 06 4月, 2012 5 次提交
  5. 04 4月, 2012 1 次提交
  6. 30 3月, 2012 2 次提交
  7. 29 3月, 2012 1 次提交
  8. 28 3月, 2012 2 次提交
  9. 27 3月, 2012 4 次提交
  10. 26 3月, 2012 1 次提交
  11. 24 3月, 2012 1 次提交
  12. 23 3月, 2012 4 次提交
  13. 21 3月, 2012 1 次提交
    • S
      ktest: Allow a test to override REBOOT_ON_SUCCESS · 648a182c
      Steven Rostedt 提交于
      The option REBOOT_ON_SUCCESS is global, and will have the machine reboot
      the the box if all tests are successful. But a test may not want the
      machine to reboot, and perhaps have the kernel it loaded be used to
      install the next kernel. Or the last test may set up a kernel that the
      user may want to look at. In this case, the user could have the global
      option REBOOT_ON_SUCCESS be true, but if a test is defined to run at the
      end, that test can override the global option and keep the kernel it
      installed for the user to log in with.
      Signed-off-by: NSteven Rostedt <rostedt@goodmis.org>
      648a182c