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. 03 9月, 2015 1 次提交
    • C
      Selftests: move to adhere to unittest discover default pattern · 24d87eb4
      Cleber Rosa 提交于
      To be honest, our test code could still be kept in the same directories and
      have the same names. But I think we can improve two things here:
      
      1) Flatten a little bit the directory structure of selftests. Two path
      components are being dropped here: "all" and "avocado". So that
      "selftests/all/functional/avocado" becomes simply
      "selftests/functional".
      
      2) File names match what is, by default, recognized by unittest (the
      Standard Library module) based discovery of tests. That means that
      doc_build_test.py becomes test_doc_build.py. Not a big deal IMHO.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      24d87eb4
  3. 13 6月, 2015 1 次提交
  4. 18 3月, 2015 1 次提交
  5. 29 1月, 2015 1 次提交
  6. 10 9月, 2014 1 次提交