fix: run testcases by folder path

This commit is contained in:
debugtalk
2017-11-02 15:08:59 +08:00
parent 9d50b1635c
commit c9ed952a44
4 changed files with 21 additions and 13 deletions

View File

@@ -65,10 +65,7 @@ def main_ate():
try:
task_suite = TaskSuite(testset_path)
except exception.FileFormatError:
success = False
continue
except exception.FileNotFoundError:
except exception.TestcaseNotFound:
success = False
continue