1. 28 11月, 2015 1 次提交
    • C
      GDB support in process: be more robust against malformed commands · d6bbf150
      Cleber Rosa 提交于
      It has been reported that avocado crashes when a malformed command
      is attempted to be executed, even when using `shell=True`.
      
      The reason is that `shlex.split` will raise `ValueError` on those
      commands. Since improving `shlex.split` may be too complex, and
      possibly not the best place to "fix" this, let's just assume safely
      that this command should be run on GDB.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      d6bbf150
  2. 27 11月, 2015 2 次提交
  3. 25 11月, 2015 2 次提交
  4. 24 11月, 2015 2 次提交
  5. 21 11月, 2015 1 次提交
  6. 20 11月, 2015 1 次提交
  7. 19 11月, 2015 3 次提交
  8. 18 11月, 2015 3 次提交
  9. 17 11月, 2015 2 次提交
  10. 16 11月, 2015 1 次提交
  11. 12 11月, 2015 6 次提交
  12. 11 11月, 2015 2 次提交
    • L
      Merge pull request #873 from svirt/fix_avocado_cmderror · 0d9bd9a0
      Lucas Meneghel Rodrigues 提交于
      process.py: CmdError class backward compatibility fix
      0d9bd9a0
    • S
      process.py: CmdError class backward compatibility fix · 93277b69
      svirt 提交于
      In the newer CmdError class implementation the __init__() doesn't
      have anymore the third non-mandatory argument "additional_text".
      But still in the different parts of the source code the
      CmdError is used with the third argument. If there is no special
      reason behind deleting the "additional_text" then I would suggest
      to keep for having the backward compatibility.
      (for example got argument amount errors while running particular
      libvirt tests which had to raise a CmdError exception)
      93277b69
  13. 10 11月, 2015 2 次提交
  14. 05 11月, 2015 4 次提交
  15. 04 11月, 2015 5 次提交
  16. 03 11月, 2015 3 次提交