@@ -290,7 +290,7 @@ class TestImpact:
|
|||||||
# Run sequence
|
# Run sequence
|
||||||
unpacked_args = " ".join(args)
|
unpacked_args = " ".join(args)
|
||||||
logger.info(f"Args: {unpacked_args}")
|
logger.info(f"Args: {unpacked_args}")
|
||||||
runtime_result = subprocess.run([self._tiaf_bin] + args)
|
runtime_result = subprocess.run([str(self._tiaf_bin)] + args)
|
||||||
report = None
|
report = None
|
||||||
|
|
||||||
# If the sequence completed (with or without failures) we will update the historical meta-data
|
# If the sequence completed (with or without failures) we will update the historical meta-data
|
||||||
|
|||||||
Reference in New Issue
Block a user