diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:33:42 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:33:42 (GMT) |
commit | 5510d821d3cd36e25cb0fbd4fb36299966be2535 (patch) | |
tree | 6928b0b705ce7c8de543624701149f8f9dbb058c /Tools | |
parent | b230cc4b5cd056d38a6d3dc3835ddd3e858af196 (diff) | |
download | cpython-5510d821d3cd36e25cb0fbd4fb36299966be2535.zip cpython-5510d821d3cd36e25cb0fbd4fb36299966be2535.tar.gz cpython-5510d821d3cd36e25cb0fbd4fb36299966be2535.tar.bz2 |
Adds temporary validation code to buildbot script
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 7bc4de5..9cce09e 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -16,4 +16,11 @@ 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
+rem Start temporary diagnostic code
+set
+echo All zip files
+dir /s/b "%here%..\..\PCbuild\*.zip"
+echo.
+rem End temporary diagnostic code
+
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%
|