Index: tools/valgrind/chrome_tests.bat |
diff --git a/tools/valgrind/chrome_tests.bat b/tools/valgrind/chrome_tests.bat |
index 138bec7e93da3a5cf0a76be1fadfd186c2863a87..9fb9b2cc02b8c20714e607dbcdd7dedfdd48cf71 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 |
+ |
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 |
the_wrong_timurrrr_2
2016/03/18 15:23:50
No, you shouldn't remove this line.
This line is v
|
:: 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 |