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:
Wyatt Hoodes 2019-02-20 11:05:34 -10:00 committed by Tim Abbott
parent cbc62b8e07
commit 2580965284
1 changed files with 1 additions and 1 deletions

View File

@ -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,