1. 15 4月, 2016 1 次提交
  2. 16 10月, 2015 1 次提交
  3. 05 9月, 2015 1 次提交
    • M
      iotests: Do not suppress segfaults in bash tests · 934659c4
      Max Reitz 提交于
      Currently, if a qemu/qemu-io/qemu-img/qemu-nbd invocation receives a
      segmentation fault, that message is invisible in most cases since the
      output is generally filtered and bash suppresses the segmentation fault
      notice for any but the last element of a pipe.
      
      Most of the time, the test will then fail anyway because of missing
      output, but not necessarily (as happened with test 82 recently).
      
      Fix this by making the corresponding environment variables point to
      wrapper functions which execute the respective command in a subshell.
      
      Giving options to qemu/qemu-io/qemu-img and path names with spaces were
      broken for the Python tests; this patch "accidentally" fixes that.
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      934659c4
  4. 03 11月, 2014 1 次提交
  5. 28 6月, 2014 1 次提交
  6. 15 5月, 2014 1 次提交
  7. 09 5月, 2014 1 次提交
  8. 09 2月, 2014 1 次提交
  9. 07 11月, 2013 1 次提交
  10. 27 9月, 2013 1 次提交
  11. 12 9月, 2013 2 次提交