From eaabd890fca13603fe1d809cb36657650f4535e9 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 16 Jun 2022 06:42:36 -0700 Subject: [PATCH] Say which test file failed in readelf tests [otherwise in parallel mode it's hard to know] --- test/run_readelf_tests.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2