aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/include-nested-err.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-06-09 18:32:29 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-06-18 14:12:34 +0200
commit8608d2525186062099a38971c276752e7a38903a (patch)
tree504f996ece17d982bd4c8e72b6beae284be81ef0 /tests/qapi-schema/include-nested-err.err
parent54414047eca5bee7d5ba6e7af5fb251f8635896c (diff)
downloadqemu-8608d2525186062099a38971c276752e7a38903a.zip
qemu-8608d2525186062099a38971c276752e7a38903a.tar.gz
qemu-8608d2525186062099a38971c276752e7a38903a.tar.bz2
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 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 ":"