| Index: tools/valgrind/chrome_tests.sh
|
| diff --git a/tools/valgrind/chrome_tests.sh b/tools/valgrind/chrome_tests.sh
|
| index d8cebd4a5694857fd9f20caab7c9866592953a94..df5e8e745f2bef9b1da5d094b95dfe6a6f2e3839 100755
|
| --- a/tools/valgrind/chrome_tests.sh
|
| +++ b/tools/valgrind/chrome_tests.sh
|
| @@ -50,7 +50,7 @@ esac
|
|
|
| if [ "$NEEDS_VALGRIND" == "1" ]
|
| then
|
| - CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
|
| + export CHROME_VALGRIND=`sh $THISDIR/locate_valgrind.sh`
|
| if [ "$CHROME_VALGRIND" = "" ]
|
| then
|
| # locate_valgrind.sh failed
|
|
|