[Python-checkins] r61379 - python/trunk/Tools/buildbot/test-amd64.bat

Trent Nelson tnelson at onresolve.com
Fri Mar 14 22:00:06 CET 2008


> Modified: python/trunk/Tools/buildbot/test-amd64.bat
> =======================================================================
> =======
> --- python/trunk/Tools/buildbot/test-amd64.bat  (original)
> +++ python/trunk/Tools/buildbot/test-amd64.bat  Fri Mar 14 14:57:59
> 2008
> @@ -1,3 +1,3 @@
>  @rem Used by the buildbot "test" step.
> -cd PC\VS7.1
> -call rt.bat -q -uall -rw
> +cd PC
> +call rt.bat -q -uall -rw -x64

You'll want 'rt.bat -q -d -x64 -uall -rw' there ;-)

        Trent.


More information about the Python-checkins mailing list