1. 30 6月, 2014 10 次提交
  2. 29 6月, 2014 29 次提交
  3. 28 6月, 2014 1 次提交
    • M
      iotests: Fix 083 for out-of-tree builds · f5264553
      Max Reitz 提交于
      iotest 083 filters out debug messages from nbd, which are prefixed (and
      recognized) by __FILE__. However, the current filter (/^nbd\.c…/) is
      valid for in-tree builds only, as out-of-tree builds will have a path
      before that filename (e.g. "/tmp/qemu/nbd.c"). Fix this by adding .*
      before "nbd\.c".
      
      While working on this, also fix the regexes: '.' should be escaped and a
      single backslash is not enough for escaping when enclosed by double
      quotes.
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      f5264553