Better debug information when a test YAML is missing

This commit is contained in:
Salvador E. Tropea 2021-12-29 15:17:27 -03:00
parent 358fb4f816
commit 3f822dd938
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class TestContext(object):
if not os.path.isfile(self.yaml_file):
self.yaml_file = self.yaml_file.replace('.kibot.', '.kiplot.')
logging.info('YAML file: '+self.yaml_file)
assert os.path.isfile(self.yaml_file)
assert os.path.isfile(self.yaml_file), self.yaml_file
def _set_up_output_dir(self, test_dir):
if test_dir: