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

Unified Diff: visual_studio/NativeClientVSAddIn/test.bat

Issue 14122017: [VS Addin] Add visual studio 2012 support (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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/test.bat
diff --git a/visual_studio/NativeClientVSAddIn/test.bat b/visual_studio/NativeClientVSAddIn/test.bat
index a6475b23fc5bf7e07714b63483414a81d78f4cb9..b662188d34e130539cb886771c5f0a2098795a1c 100755
--- a/visual_studio/NativeClientVSAddIn/test.bat
+++ b/visual_studio/NativeClientVSAddIn/test.bat
@@ -1,9 +1,10 @@
@echo off
+setlocal
:: Locations
set out_directory=..\..\out\vs_addin\Test
set mstest_file=Results.trx
-set test_assembly=..\..\out\vs_addin\Debug\UnitTests.dll
+set test_assembly=..\..\out\vs_addin\2010\Debug\UnitTests.dll
:: Set up the Visual Studio environment
call "%VS100COMNTOOLS%vsvars32.bat"
@@ -17,4 +18,8 @@ mstest /testcontainer:%test_assembly% /testsettings:Local.testsettings /resultsf
:: Parse the result with python script, return python's exit status
python check_test_results.py %out_directory%\%mstest_file%
-exit /B %ERRORLEVEL%
+
+endlocal & set BUILD_ERRORLEVEL=%ERRORLEVEL%
+
+:endbuild
+exit /B %BUILD_ERRORLEVEL%
« no previous file with comments | « visual_studio/NativeClientVSAddIn/create_package.py ('k') | visual_studio/NativeClientVSAddIn/test_2012.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698