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

Unified Diff: visual_studio/NativeClientVSAddIn/developer_deploy.bat

Issue 11098022: Fix reporting or errors addin building and testing (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « visual_studio/NativeClientVSAddIn/buildbot_run.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: visual_studio/NativeClientVSAddIn/developer_deploy.bat
diff --git a/visual_studio/NativeClientVSAddIn/developer_deploy.bat b/visual_studio/NativeClientVSAddIn/developer_deploy.bat
index dc6bf3de1249e0320f5c1aef8b2e034d1200b44f..7151bef9b0fccce670c8874ddca9077715cdc9c1 100644
--- a/visual_studio/NativeClientVSAddIn/developer_deploy.bat
+++ b/visual_studio/NativeClientVSAddIn/developer_deploy.bat
@@ -14,5 +14,6 @@ python.exe -c "import tarfile; zztop=tarfile.open(r'%OUT_DIR%\%ZIP_BASE%.tgz');
:: Pass flags to bypass the install questions. Also pipe a key stroke 'return' to pass the 'Press any key to continue' in install.bat
set NO_PAUSE=1
call "%OUT_DIR%\%ZIP_BASE%\install.bat" --force --ppapi
+exit /B %ERRORLEVEL%
endlocal
« no previous file with comments | « visual_studio/NativeClientVSAddIn/buildbot_run.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698