diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-06-09 18:32:29 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-06-18 14:12:34 +0200 |
commit | 8608d2525186062099a38971c276752e7a38903a (patch) | |
tree | 504f996ece17d982bd4c8e72b6beae284be81ef0 /tests/qapi-schema | |
parent | 54414047eca5bee7d5ba6e7af5fb251f8635896c (diff) | |
download | hqemu-8608d2525186062099a38971c276752e7a38903a.zip hqemu-8608d2525186062099a38971c276752e7a38903a.tar.gz |
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')
-rw-r--r-- | tests/qapi-schema/include-cycle.err | 4 | ||||
-rw-r--r-- | tests/qapi-schema/include-nested-err.err | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/qapi-schema/include-cycle.err b/tests/qapi-schema/include-cycle.err index 602cf62..bdcd07d 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 diff --git a/tests/qapi-schema/include-nested-err.err b/tests/qapi-schema/include-nested-err.err index 1dacbda..1b7b227 100644 --- a/tests/qapi-schema/include-nested-err.err +++ b/tests/qapi-schema/include-nested-err.err @@ -1,2 +1,2 @@ In file included from tests/qapi-schema/include-nested-err.json:1: -missing-colon.json:1:10: Expected ":" +tests/qapi-schema/missing-colon.json:1:10: Expected ":" |