]> granicus.if.org Git - python/commitdiff
Tools/buildbot/test.bat: add --slowest option (#2552)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 3 Jul 2017 21:37:14 +0000 (23:37 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 21:37:14 +0000 (23:37 +0200)
Tools/buildbot/test.bat

index 13541e016902cc25dd12afe7521537ffe7b07e93..daa53fa55091d8ecc8e14e3c8ce6e826eae1f304 100644 (file)
@@ -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%