put -V readelf option before dwarf stuff
authorYann Rouillard <yann@pleiades.fr.eu.org>
Wed, 29 May 2013 21:51:00 +0000 (23:51 +0200)
committerYann Rouillard <yann@pleiades.fr.eu.org>
Wed, 29 May 2013 21:51:00 +0000 (23:51 +0200)
test/run_readelf_tests.py

index 57ab19725672e3a37f09381064aa09e61ff4d1a9..0530014cad124b9569db211d1714aac2a43edf99 100755 (executable)
@@ -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