From 2580965284444ae72bd0cc53f6db4178f33a51aa Mon Sep 17 00:00:00 2001 From: Wyatt Hoodes Date: Wed, 20 Feb 2019 11:05:34 -1000 Subject: [PATCH] test-backend: Rename '--process' option to '--parallel'. This change is being made to simply match up our naming conventions with django's test framework. --- tools/test-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-backend b/tools/test-backend index f51196dfb8..4ae8fc6707 100755 --- a/tools/test-backend +++ b/tools/test-backend @@ -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,