Autotest against llvm-dwarfdump (#428)
[pyelftools.git] / test / run_readelf_tests.py
index 4c3df984caf44c8b20d2047811e6bf550a3b751c..ad56f4e31dd1b81a47eaeaa1d0bb371046074b4d 100755 (executable)
@@ -117,7 +117,7 @@ def run_test_on_file(filename, verbose=False, opt=None):
             testlog.info('....for option "%s"' % option)
             testlog.info('....Output #1 is readelf, Output #2 is pyelftools')
             testlog.info('@@ ' + errmsg)
-            dump_output_to_temp_files(testlog, *stdouts)
+            dump_output_to_temp_files(testlog, filename, option, *stdouts)
     return success