qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"
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>
This commit is contained in:
parent
0a60774906
commit
98c1200af1
@ -18,9 +18,6 @@ try:
|
||||
exprs = parse_schema(sys.stdin)
|
||||
except SystemExit:
|
||||
raise
|
||||
except:
|
||||
print >>sys.stderr, "Crashed:", sys.exc_info()[0]
|
||||
exit(1)
|
||||
|
||||
pprint(exprs)
|
||||
pprint(enum_types)
|
||||
|
Loading…
Reference in New Issue
Block a user