From: Yann Rouillard Date: Wed, 29 May 2013 21:51:00 +0000 (+0200) Subject: put -V readelf option before dwarf stuff X-Git-Tag: v0.22~44 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f3087dcd6cc5d20b3227ce6cfcef044c06cf306;p=pyelftools.git put -V readelf option before dwarf stuff --- diff --git a/test/run_readelf_tests.py b/test/run_readelf_tests.py index 57ab197..0530014 100755 --- a/test/run_readelf_tests.py +++ b/test/run_readelf_tests.py @@ -50,10 +50,9 @@ def run_test_on_file(filename, verbose=False): success = True testlog.info("Test file '%s'" % filename) for option in [ - '-e', '-d', '-s', '-r', '-x.text', '-p.shstrtab', + '-e', '-d', '-s', '-r', '-x.text', '-p.shstrtab', '-V', '--debug-dump=info', '--debug-dump=decodedline', - '--debug-dump=frames', '--debug-dump=frames-interp', - '-V']: + '--debug-dump=frames', '--debug-dump=frames-interp']: if verbose: testlog.info("..option='%s'" % option) # stdouts will be a 2-element list: output of readelf and output # of scripts/readelf.py