| Index: tools/bots/ddc_tests.py
|
| diff --git a/tools/bots/ddc_tests.py b/tools/bots/ddc_tests.py
|
| index 6799a5bd6806c299d4a4faf6899af42735d27f5f..fc6830f6df215d4e506a178927dedc25b252d825 100644
|
| --- a/tools/bots/ddc_tests.py
|
| +++ b/tools/bots/ddc_tests.py
|
| @@ -26,7 +26,7 @@ if __name__ == '__main__':
|
| bot.RunProcess(['npm', 'install'])
|
|
|
| with bot.BuildStep('Compile tests and run unit tests'):
|
| - bot.RunProcess(['dart', 'test/all_tests.dart'])
|
| + bot.RunProcess([utils.CheckedInSdkExecutable(), 'test/all_tests.dart'])
|
|
|
| with bot.BuildStep('Execute compiled tests'):
|
| bot.RunProcess(['npm', 'test'])
|
|
|