| Index: tools/valgrind/chrome_tests.sh
|
| ===================================================================
|
| --- tools/valgrind/chrome_tests.sh (revision 26827)
|
| +++ tools/valgrind/chrome_tests.sh (working copy)
|
| @@ -12,7 +12,7 @@
|
| then
|
| # Figure out which valgrind is installed. Use most recent one.
|
| # See build-valgrind-for-chromium.sh and its history for these constants.
|
| - for SVNREV in '10880' '10771' '{2009-07-15}'
|
| + for SVNREV in '10880-redzone' '10880' '10771' '{2009-07-15}'
|
| do
|
| SHORTSVNREV=`echo $SVNREV | tr -d '{\-}'`
|
| CHROME_VALGRIND_BIN=/usr/local/valgrind-$SHORTSVNREV/bin
|
|
|