| Index: tools/valgrind/valgrind.sh
|
| diff --git a/tools/valgrind/valgrind.sh b/tools/valgrind/valgrind.sh
|
| index 2ef75346c5cff8f05bcd4ec168bfda22e6b7af50..629fc3750a9c68c97107dbded4eb5c8868c4e494 100755
|
| --- a/tools/valgrind/valgrind.sh
|
| +++ b/tools/valgrind/valgrind.sh
|
| @@ -7,7 +7,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 ./sconsbuild/Debug/chrome
|
| +# $ sh ./tools/valgrind/valgrind.sh ./out/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.
|
|
|