Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(414)

Unified Diff: tools/bots/ddc_tests.py

Issue 2488363002: Don't hardcode "dart" executable name. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698