mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 03:09:41 +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
|
||||
|
||||
**Changed**
|
||||
|
||||
- change: remove default added `-s` option for hrun
|
||||
|
||||
## 3.0.4 (2020-05-19)
|
||||
|
||||
**Added**
|
||||
|
||||
@@ -40,9 +40,6 @@ def main_run(extra_args):
|
||||
sys.exit(1)
|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user