mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
fail on 0 functions id'd in dwarf
This commit is contained in:
parent
dcacd2ebe7
commit
0e0e7d8ef9
@ -96,7 +96,8 @@ def test_files(fns,quiet=False,profile=False):
|
||||
len(missed), total_fxns)
|
||||
else:
|
||||
for engine,functions in engine_functions.iteritems():
|
||||
print "{} {}: {} engine found {} function(s). (dwarf info unavailable)".format(ok_blue, short_fn, engine, len(functions))
|
||||
status = fail if len(functions) == 0 else ok_blue
|
||||
print "{} {}: {} engine found {} function(s). (dwarf info unavailable)".format(status, short_fn, engine, len(functions))
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user