1. 13 1月, 2016 1 次提交
  2. 10 3月, 2015 1 次提交
  3. 24 1月, 2015 1 次提交
  4. 13 12月, 2014 1 次提交
  5. 10 12月, 2014 1 次提交
  6. 23 10月, 2014 1 次提交
  7. 05 10月, 2014 1 次提交
  8. 22 9月, 2014 2 次提交
  9. 15 8月, 2014 1 次提交
  10. 13 3月, 2014 1 次提交
  11. 11 10月, 2013 1 次提交
  12. 12 9月, 2013 1 次提交
    • M
      qemu-iotests: Adjustments due to error propagation · 2c78857b
      Max Reitz 提交于
      When opening/creating images, propagating errors instead of immediately
      emitting them on occurrence results in errors generally being printed on
      a single line rather than being split up into multiple ones. This in
      turn requires adjustments to some test results.
      
      Also, test 060 used a sed to filter out the test image directory and
      format by removing everything from the affected line after a certain
      keyword; this now also removes the error message itself, which can be
      fixed by using _filter_testdir and _filter_imgfmt.
      
      Finally, _make_test_img in common.rc did not filter out the test image
      directory etc. from stderr. This has been fixed through a redirection of
      stderr to stdout (which is already done in _check_test_img and
      _img_info).
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      2c78857b
  13. 02 9月, 2013 1 次提交