From d1b474cfd782ead35c8cb1be4680639ad0682413 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 3 Jul 2017 23:37:14 +0200 Subject: [PATCH] Tools/buildbot/test.bat: add --slowest option (#2552) --- Tools/buildbot/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 13541e016902..daa53fa55091 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% -- 2.47.3