Fixed incorrect oracle name for the windows release bot.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/472003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1978 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
phoglund@webrtc.org 2012-04-03 01:18:02 +00:00
parent 8e0f917752
commit b63b065cfc

View File

@ -206,7 +206,7 @@ win_factory_32_Debug.EnableBuild(configuration='Debug')
win_factory_32_Debug.EnableTests(windows_normal_tests)
win_factory_32_Release = utils.WebRTCWinFactory(
utils.BuildStatusOracle('mac_factory_32_release'))
utils.BuildStatusOracle('win_factory_32_release'))
win_factory_32_Release.EnableBuild(configuration='Release')
win_factory_32_Release.EnableTests(windows_normal_tests)