summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/include-cycle.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-cycle.err
parent54414047eca5bee7d5ba6e7af5fb251f8635896c (diff)
downloadqemu-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/include-cycle.err')
-rw-r--r--tests/qapi-schema/include-cycle.err4
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