1. 30 9月, 2016 1 次提交
    • A
      Fix issue in journalctl log watcher · f658f0e5
      Amador Pahim 提交于
      Using avocado.utils.process to run the journalctl commands makes avocado
      to ignore the KeyboardInterrupt signal and consider the test as PASS due
      to the later (sysinfo post) command executed successfully.
      
      This patch changes the method to run the journalctl commands to
      subprocess.check_output. Now Avocado seems to handle KeyboardInterrupt
      nicely.
      
      Reference: https://trello.com/c/dNgrjMOJSigned-off-by: NAmador Pahim <apahim@redhat.com>
      f658f0e5
  2. 28 9月, 2016 1 次提交
  3. 27 9月, 2016 1 次提交
  4. 26 9月, 2016 4 次提交
  5. 24 9月, 2016 1 次提交
  6. 22 9月, 2016 2 次提交
  7. 21 9月, 2016 5 次提交
  8. 20 9月, 2016 2 次提交
  9. 19 9月, 2016 2 次提交
  10. 16 9月, 2016 2 次提交
  11. 15 9月, 2016 3 次提交
  12. 14 9月, 2016 5 次提交
  13. 13 9月, 2016 3 次提交
  14. 12 9月, 2016 4 次提交
  15. 10 9月, 2016 2 次提交
  16. 09 9月, 2016 2 次提交