diff options
author | Max Reitz <mreitz@redhat.com> | 2014-05-24 23:25:00 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-06-27 20:00:01 +0200 |
commit | f5264553c381c5f305d6e11bef18da6a29f3f423 (patch) | |
tree | 399cff39fca51cef0783550d1629236777bf1bf3 /qapi | |
parent | f99b4b5d7e53e85552892cdf6c7d2c3c86d409f8 (diff) |
iotests: Fix 083 for out-of-tree builds
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: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi')
0 files changed, 0 insertions, 0 deletions