mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:59:44 +08:00
fix: missing exit code from pytest
This commit is contained in:
@@ -44,7 +44,7 @@ def main_run(extra_args):
|
||||
sys.exit(1)
|
||||
|
||||
extra_args_new.extend(testcase_path_list)
|
||||
pytest.main(extra_args_new)
|
||||
sys.exit(pytest.main(extra_args_new))
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user