Chromium Code Reviews| Index: tools/valgrind/chrome_tests.bat |
| diff --git a/tools/valgrind/chrome_tests.bat b/tools/valgrind/chrome_tests.bat |
| index 138bec7e93da3a5cf0a76be1fadfd186c2863a87..f6b723c8f2701f0a32bfaf82f02b92e04f34dc33 100755 |
| --- a/tools/valgrind/chrome_tests.bat |
| +++ b/tools/valgrind/chrome_tests.bat |
| @@ -1,3 +1,4 @@ |
| +@setlocal |
|
scottmg
2016/03/17 23:25:34
Normally
@echo off
setlocal
brucedawson
2016/03/17 23:31:39
Won't that have the effect of turning off echo for
|
| @echo off |
| :: Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| :: Use of this source code is governed by a BSD-style license that can be |
| @@ -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 |