mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Merge pull request #1164 from sidheshenator/time_diff_independent_regression_test
timing test does not impact overall test
This commit is contained in:
commit
bef5f8d978
@ -247,8 +247,8 @@ class TestRunner(object):
|
|||||||
if test_data.main_config.timing:
|
if test_data.main_config.timing:
|
||||||
print("Run time test passed: ", test_data.run_time_passed)
|
print("Run time test passed: ", test_data.run_time_passed)
|
||||||
test_data.overall_passed = (test_data.html_report_passed and
|
test_data.overall_passed = (test_data.html_report_passed and
|
||||||
test_data.errors_diff_passed and test_data.db_diff_passed and
|
test_data.errors_diff_passed and test_data.db_diff_passed)
|
||||||
test_data.run_time_passed)
|
# test_data.run_time_passed not considered for test_data.overall_passed
|
||||||
# otherwise, do the usual
|
# otherwise, do the usual
|
||||||
else:
|
else:
|
||||||
test_data.overall_passed = (test_data.html_report_passed and
|
test_data.overall_passed = (test_data.html_report_passed and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user