summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind.sh
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-01 20:13:04 +0000
commit04a40f841b662a1e28bd579cc68fa3a57e233bbd (patch)
tree364430077eb1db1256193acaddf9de54535b3efd /tools/valgrind/valgrind.sh
parent3d315d247f3eeddde21be18bd7e9a9c5c4731beb (diff)
downloadchromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.zip
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.gz
chromium_src-04a40f841b662a1e28bd579cc68fa3a57e233bbd.tar.bz2
Remove the 'Hammer' name in favor of the Debug|Release names
and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/valgrind.sh')
-rwxr-xr-xtools/valgrind/valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind.sh b/tools/valgrind/valgrind.sh
index 08bc480..0170038 100755
--- a/tools/valgrind/valgrind.sh
+++ b/tools/valgrind/valgrind.sh
@@ -6,7 +6,7 @@
# This is a small script for manually launching valgrind, along with passing
# it the suppression file, and some helpful arguments (automatically attaching
# the debugger on failures, etc). Run it from your repo root, something like:
-# $ sh ./tools/valgrind/valgrind.sh ./chrome/Hammer/chrome
+# $ sh ./tools/valgrind/valgrind.sh ./sconsbuild/Debug/chrome
#
# This is mostly intended for running the chrome browser interactively.
# To run unit tests, you probably want to run chrome_tests.sh instead.