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

Unified Diff: tools/valgrind/chrome_tests.bat

Issue 1807013004: Make DrMemory update process reliable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved setlocal, removed comment Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.bat
diff --git a/tools/valgrind/chrome_tests.bat b/tools/valgrind/chrome_tests.bat
index 138bec7e93da3a5cf0a76be1fadfd186c2863a87..d7cb8840f3614fa2e6290388a7fa89a8a8d573a3 100755
--- a/tools/valgrind/chrome_tests.bat
+++ b/tools/valgrind/chrome_tests.bat
@@ -3,7 +3,8 @@
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
-:: TODO(timurrrr): batch files 'export' all the variables to the parent shell
+@setlocal
scottmg 2016/03/18 00:12:46 No @ needed now.
brucedawson 2016/03/18 00:22:01 Done.
+
set THISDIR=%~dp0
set TOOL_NAME="unknown"
@@ -32,7 +33,6 @@ echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported right no
exit /B 1
:SETUP_DRMEMORY
-if NOT "%DRMEMORY_COMMAND%"=="" GOTO :RUN_TESTS
:: Set up DRMEMORY_COMMAND to invoke Dr. Memory {{{1
set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698