From: Victor Stinner Date: Mon, 3 Jul 2017 21:37:14 +0000 (+0200) Subject: Tools/buildbot/test.bat: add --slowest option (#2552) X-Git-Tag: v2.7.14rc1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b474cfd782ead35c8cb1be4680639ad0682413;p=python Tools/buildbot/test.bat: add --slowest option (#2552) --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 13541e0169..daa53fa550 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts echo on -call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW %regrtest_args% +call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest %regrtest_args%