Kaydet (Commit) 81f5d632 authored tarafından Baptiste Mispelon's avatar Baptiste Mispelon

Improved help text for runtests's --parallel option

üst e03798a4
......@@ -409,8 +409,8 @@ if __name__ == "__main__":
help='Turn on the SQL query logger within tests.')
parser.add_argument(
'--parallel', dest='parallel', nargs='?', default=0, type=int,
const=default_test_processes(),
help='Run tests in parallel processes.')
const=default_test_processes(), metavar='N',
help='Run tests using up to N parallel processes.')
options = parser.parse_args()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment