diff options
| author | Lluís Vilanova | 2014-05-02 15:52:35 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-05-08 20:19:58 +0200 |
| commit | 33aaad529e7391a9ddc73682415e900950553200 (patch) | |
| tree | 0848f68d63660ab71bd32a28e7ef915f1a98c85d /tests/qapi-schema/missing-comma-object.err | |
| parent | qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py" (diff) | |
| download | qemu-33aaad529e7391a9ddc73682415e900950553200.tar.gz qemu-33aaad529e7391a9ddc73682415e900950553200.tar.xz qemu-33aaad529e7391a9ddc73682415e900950553200.zip | |
qapi: Use an explicit input file
Use an explicit input file on the command-line instead of reading from standard
input.
It also outputs the proper file name when there's an error.
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'tests/qapi-schema/missing-comma-object.err')
| -rw-r--r-- | tests/qapi-schema/missing-comma-object.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/missing-comma-object.err b/tests/qapi-schema/missing-comma-object.err index b0121b5f3a..52b3a8a1ec 100644 --- a/tests/qapi-schema/missing-comma-object.err +++ b/tests/qapi-schema/missing-comma-object.err @@ -1 +1 @@ -<stdin>:2:3: Expected "," or "}" +tests/qapi-schema/missing-comma-object.json:2:3: Expected "," or "}" |
