diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-14 16:51:29 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-14 16:51:29 -0400 |
commit | 81f90710b33f88bec784c651b399f6c5b773d133 (patch) | |
tree | c48b77d354474a63680573be5b38632bc24151ec /Tools/buildbot | |
parent | f7568e0a8a7902b303f442ab6544bdd009cfb3c9 (diff) | |
download | cpython-git-81f90710b33f88bec784c651b399f6c5b773d133.tar.gz |
temporary change to get better debugging from windows bots
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index a3a3579295..5d95d516b1 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,3 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -d -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9 +call rt.bat -d -v -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9 |