diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 02:32:47 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 02:32:47 +0000 |
commit | 6994df8eb2d45854db2043a6aaec3f53e1d3d721 (patch) | |
tree | 385cc3d10432c4b4162684be82c76f6bc9f4889b /tools/valgrind/chrome_tests.py | |
parent | f4444e577c815c1d95296044a16b86aa8bbba6bf (diff) | |
download | chromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.zip chromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.tar.gz chromium_src-6994df8eb2d45854db2043a6aaec3f53e1d3d721.tar.bz2 |
Try to debug DrMemory bots.
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/26315009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-x | tools/valgrind/chrome_tests.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 9e6c2dd..30843b7 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -603,6 +603,10 @@ def _main(): options, args = parser.parse_args() + # TODO(thakis): This is temporary debugging code to figure out what's + # happening on the DrMemory bots. Remove this within 2h. + print options + # target used to be a part of build_dir, so only add it if it's not there. # TODO(thakis): Always do this once the memory master no longer passes # the target as part of build_dir. |