mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-21 04:22:30 +08:00
change: remove default added -s option for hrun
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
- fix: ensure referenced testcase share the same session
|
- fix: ensure referenced testcase share the same session
|
||||||
|
|
||||||
|
**Changed**
|
||||||
|
|
||||||
|
- change: remove default added `-s` option for hrun
|
||||||
|
|
||||||
## 3.0.4 (2020-05-19)
|
## 3.0.4 (2020-05-19)
|
||||||
|
|
||||||
**Added**
|
**Added**
|
||||||
|
|||||||
@@ -40,9 +40,6 @@ def main_run(extra_args):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
extra_args_new.extend(testcase_path_list)
|
extra_args_new.extend(testcase_path_list)
|
||||||
if "-s" not in extra_args_new:
|
|
||||||
extra_args_new.insert(0, "-s")
|
|
||||||
|
|
||||||
pytest.main(extra_args_new)
|
pytest.main(extra_args_new)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user