From: Dodji Seketeli Date: Tue, 28 Feb 2017 15:37:06 +0000 (+0100) Subject: Display the command that failed the runtestfedabipkgdiff.py test X-Git-Tag: upstream/1.0~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474cf47cd16aa63988c7b53e422ab0cc8fff57c7;p=platform%2Fupstream%2Flibabigail.git Display the command that failed the runtestfedabipkgdiff.py test * tests/runtestfedabipkgdiff.py.in (run_fedabipkgdiff_tests): When A test fails, display the fedabipkgdiff command that triggered the failure. Signed-off-by: Dodji Seketeli --- diff --git a/tests/runtestfedabipkgdiff.py.in b/tests/runtestfedabipkgdiff.py.in index 9c06165f..5b10a716 100755 --- a/tests/runtestfedabipkgdiff.py.in +++ b/tests/runtestfedabipkgdiff.py.in @@ -143,6 +143,7 @@ def run_fedabipkgdiff_tests(): if return_code: sys.stderr.write('fedabipkgdiff test failed for ' + reference_report_path + '\n') + sys.stderr.write('command was: ' + ' '.join(cmd) + '\n'); result &= not return_code return result