mirror of https://github.com/zulip/zulip.git
test-backend: Rename '--process' option to '--parallel'.
This change is being made to simply match up our naming conventions with django's test framework.
This commit is contained in:
parent
cbc62b8e07
commit
2580965284
|
@ -228,7 +228,7 @@ if __name__ == "__main__":
|
|||
action="store_true",
|
||||
default=False, help='Enable verbose print of coverage report.')
|
||||
|
||||
parser.add_argument('--processes', dest='processes',
|
||||
parser.add_argument('--parallel', dest='processes',
|
||||
type=int,
|
||||
action='store',
|
||||
default=4,
|
||||
|
|
Loading…
Reference in New Issue