mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 14:19:32 +00:00
removed code that copies error files bc it caused problems
This commit is contained in:
parent
357d43f4e3
commit
a6ea66adb3
@ -158,9 +158,10 @@ class TestRunner(object):
|
||||
time.sleep(10)
|
||||
|
||||
Reports.write_html_foot(test_config.html_log)
|
||||
|
||||
if test_config.jenkins:
|
||||
copyErrorFiles(Errors.errors_out, test_config)
|
||||
|
||||
# This code was causing errors with paths, so its disabled
|
||||
#if test_config.jenkins:
|
||||
# copyErrorFiles(Errors.errors_out, test_config)
|
||||
|
||||
if all([ test_data.overall_passed for test_data in test_data_list ]):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user