Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 62116f91e192b7603bf4a2c2a90c77f44a43e431..4139957129918785c082e741f315c1057002c936 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -52,7 +52,9 @@ |
print "Switched win x64 trybots from VS2010 to VS2012." |
if (platform() == 'win' and builder() == 'ninja' and |
gyp_msvs_version().startswith('2013')): |
- print "Switch to VS2013" |
+ print "Switched win from VS2010 to VS2013." |
+ print "Update to VS2013 Update 2." |
+ print "Update to VS2013 Update 4." |
if (platform() == 'win' and gyp_msvs_version().startswith('2015')): |
print 'Switch to VS2015' |
print 'Need to clobber everything due to an IDL change in r154579 (blink)' |