Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: visual_studio/NativeClientVSAddIn/buildbot_run.py

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: now with unit tests Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/buildbot_run.py
diff --git a/visual_studio/NativeClientVSAddIn/buildbot_run.py b/visual_studio/NativeClientVSAddIn/buildbot_run.py
index 15cdcf9328f353a59cb63fcfe699da77dc14c128..f8b28ddd8c93be8ec57c587401103e1a769f5969 100755
--- a/visual_studio/NativeClientVSAddIn/buildbot_run.py
+++ b/visual_studio/NativeClientVSAddIn/buildbot_run.py
@@ -129,6 +129,7 @@ def StepTest():
Log('@@@BUILD_STEP test against %s@@@' % version)
env['NACL_SDK_ROOT'] = os.path.join(sdkroot, version)
RunCommand('test.bat', env)
+ RunCommand('test_2012.bat', env)
def _FindInPath(filename):

Powered by Google App Engine
This is Rietveld 408576698