]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)
authorVictor Stinner <vstinner@redhat.com>
Fri, 7 Sep 2018 15:20:42 +0000 (17:20 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 15:20:42 +0000 (17:20 +0200)
commit012f5b968a738b15ae9b40c499a1c0778b0615a9
tree2bf6fcfbd6a3d21b0a15663044a0396d062ae9ee
parent23e65b25557f957af840cf8fe68e80659ce28629
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)

Rename also run_tests_slave() to run_tests_worker().
Lib/test/libregrtest/cmdline.py
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py