diff --git a/tmt/steps/execute/__init__.py b/tmt/steps/execute/__init__.py index 8e45126b4c..2e54718c02 100644 --- a/tmt/steps/execute/__init__.py +++ b/tmt/steps/execute/__init__.py @@ -751,7 +751,7 @@ def _process_results_partials( :returns: list of results. """ - test, _ = invocation.test, invocation.guest + test = invocation.test custom_results = [] for partial_result_data in results: