Chromium Code Reviews| Index: tools/bots/ddc_tests.py |
| diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py |
| index c7fe10d40f484030f47a19087995dce56bb05ac9..77908273cedd92eec06c7fe36868273f95e562f1 100644 |
| --- a/tools/bots/ddc_tests.py |
| +++ b/tools/bots/ddc_tests.py |
| @@ -30,4 +30,4 @@ if __name__ == '__main__': |
| # These mirror pkg/dev_compiler/tool/browser_test.sh. |
| bot.RunProcess(['npm', 'install']) |
| - bot.RunProcess(['npm', 'test']) |
| + bot.RunProcess(['npm', 'test'], {'CHROME_BIN': 'chrome'}) |