summaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/include-nested-err.err
diff options
context:
space:
mode:
authorMarkus Armbruster2015-06-09 18:32:29 +0200
committerMarkus Armbruster2015-06-18 14:12:34 +0200
commit8608d2525186062099a38971c276752e7a38903a (patch)
tree504f996ece17d982bd4c8e72b6beae284be81ef0 /tests/qapi-schema/include-nested-err.err
parentqapi: Improve a couple of confusing variable names (diff)
downloadqemu-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-nested-err.err')
-rw-r--r--tests/qapi-schema/include-nested-err.err2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/include-nested-err.err b/tests/qapi-schema/include-nested-err.err
index 1dacbda3be..1b7b22706b 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 ":"