Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1086)

Unified Diff: syzygy/binaries/instrument.bat

Issue 6059048: Checking in version 787 release binaries. (Closed) Base URL: http://sawbuck.googlecode.com/svn/trunk
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « syzygy/binaries/exe/wsdump.exe ('k') | syzygy/binaries/optimize.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/binaries/instrument.bat
diff --git a/syzygy/binaries/instrument.bat b/syzygy/binaries/instrument.bat
index fa97a2d42c32775f6ec2c5134303e29468c11181..25d52424993289a9263a467744ebbeeb6d202200 100644
--- a/syzygy/binaries/instrument.bat
+++ b/syzygy/binaries/instrument.bat
@@ -1,6 +1,6 @@
@echo off
rem = """
-:: Copyright 2011 Google Inc.
+:: Copyright 2012 Google Inc.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
@@ -15,6 +15,7 @@ rem = """
:: limitations under the License.
python -x "%~f0" %*
+exit /b %ERRORLEVEL%
goto endofPython """
import sys
@@ -22,7 +23,7 @@ import os
# Prepend the eggs we need to our python path.
_EGGS = [
- 'Benchmark_Chrome-0.1_r777-py2.6.egg',
+ 'Benchmark_Chrome-0.1_r785-py2.6.egg',
'ETW-0.6.5.0-py2.6.egg',
'ETW_Db-0.1_r559-py2.6.egg',
'setuptools-0.6c11-py2.6.egg',
« no previous file with comments | « syzygy/binaries/exe/wsdump.exe ('k') | syzygy/binaries/optimize.bat » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b