diff options
| author | Markus Armbruster | 2015-06-09 18:32:29 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2015-06-18 14:12:34 +0200 |
| commit | 8608d2525186062099a38971c276752e7a38903a (patch) | |
| tree | 504f996ece17d982bd4c8e72b6beae284be81ef0 /tests/qapi-schema/include-cycle.err | |
| parent | qapi: Improve a couple of confusing variable names (diff) | |
| download | qemu-8608d2525186062099a38971c276752e7a38903a.tar.gz qemu-8608d2525186062099a38971c276752e7a38903a.tar.xz qemu-8608d2525186062099a38971c276752e7a38903a.zip | |
qapi: Fix file name in error messages for included files
We print the name as it appears in the include expression. Tools
processing error messages want it relative to the working directory.
Make it so.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/include-cycle.err')
| -rw-r--r-- | tests/qapi-schema/include-cycle.err | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/include-cycle.err b/tests/qapi-schema/include-cycle.err index 602cf62329..bdcd07dce2 100644 --- a/tests/qapi-schema/include-cycle.err +++ b/tests/qapi-schema/include-cycle.err @@ -1,3 +1,3 @@ In file included from tests/qapi-schema/include-cycle.json:1: -In file included from include-cycle-b.json:1: -include-cycle-c.json:1: Inclusion loop for include-cycle.json +In file included from tests/qapi-schema/include-cycle-b.json:1: +tests/qapi-schema/include-cycle-c.json:1: Inclusion loop for include-cycle.json |
