Refactoring of report exporter to support HTML and JUNIT: Simple variable scope bug-fix

pull/561/merge
Przemek Wirkus 2014-10-15 11:36:47 +01:00
parent dec97ce13e
commit 091cccaf6e
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ class SingleTestRunner(object):
start_host_exec_time = time()
single_test_result = self.TEST_RESULT_UNDEF # singe test run result
_copy_method = selected_copy_method
if not exists(image_path):
single_test_result = self.TEST_RESULT_NO_IMAGE