diff --git a/suite.py b/suite.py index eb53f88..09bacf3 100644 --- a/suite.py +++ b/suite.py @@ -402,7 +402,7 @@ def __init__(self, args): # and build directories self.repos = {} - self.test_file_path = os.getcwd() + '/' + self.args.input_file[0] + self.test_file_path = os.path.abspath(self.args.input_file[0]) self.suiteName = "testDefault" self.sub_title = ""