mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-09 01:57:10 +00:00
Add missing new line to an error message of runtestfedabipkgdiff.py
This patch is a quick one liner to add a missing new line to an error message from the runtestfedabipkgdiff.py test harness. * tests/runtestfedabipkgdiff.py.in (run_fedabipkgdiff_tests): Add missing new line to an error message. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
838aa6810b
commit
8202ad17aa
@ -131,7 +131,7 @@ def run_fedabipkgdiff_tests():
|
||||
subprocess.call(cmd, stdout=out_file)
|
||||
|
||||
if not os.path.exists(reference_report_path):
|
||||
sys.stderr.write('file not found: ' + reference_report_path)
|
||||
sys.stderr.write('file not found: ' + reference_report_path + '\n')
|
||||
return_code = -1
|
||||
else:
|
||||
diffcmd = ['diff', '-u', reference_report_path, output_path]
|
||||
|
Loading…
Reference in New Issue
Block a user