mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
fix #183: type error
This commit is contained in:
@@ -234,7 +234,7 @@ class HttpRunner(object):
|
|||||||
try:
|
try:
|
||||||
task_suite = init_task_suite(path_or_testsets, mapping)
|
task_suite = init_task_suite(path_or_testsets, mapping)
|
||||||
except exception.TestcaseNotFound:
|
except exception.TestcaseNotFound:
|
||||||
logger.log_error("Testcases not found in {}".format(path))
|
logger.log_error("Testcases not found in {}".format(path_or_testsets))
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
result = self.runner.run(task_suite)
|
result = self.runner.run(task_suite)
|
||||||
|
|||||||
Reference in New Issue
Block a user