From: Eli Bendersky Date: Thu, 16 Jun 2022 13:42:36 +0000 (-0700) Subject: Say which test file failed in readelf tests X-Git-Tag: v0.29~18 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eaabd890fca13603fe1d809cb36657650f4535e9;p=pyelftools.git Say which test file failed in readelf tests [otherwise in parallel mode it's hard to know] --- diff --git a/test/run_readelf_tests.py b/test/run_readelf_tests.py index 56767c5..3d92d9d 100755 --- a/test/run_readelf_tests.py +++ b/test/run_readelf_tests.py @@ -112,6 +112,7 @@ def run_test_on_file(filename, verbose=False, opt=None): else: success = False testlog.info('.......................FAIL') + testlog.info('....for file %s' % filename) testlog.info('....for option "%s"' % option) testlog.info('....Output #1 is readelf, Output #2 is pyelftools') testlog.info('@@ ' + errmsg)