We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ce47b0 + 4ffd458 commit 0bbc721Copy full SHA for 0bbc721
tools/ci/python_packages/tiny_test_fw/bin/Runner.py
@@ -52,7 +52,7 @@ def __init__(self, test_case_paths, case_config, env_config_file=None, known_fai
52
@staticmethod
53
def _get_config_cases(config_file):
54
res = set()
55
- if not config_file or os.path.isfile(config_file):
+ if not config_file or not os.path.isfile(config_file):
56
return res
57
58
for line in open(config_file).readlines():
0 commit comments