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

Unified Diff: dart/tools/bots/pub.py

Issue 133653004: Reaply "Use a real package-root for all of our samples (and tests inside a package) instead of buil… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months 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 | « dart/pkg/polymer/example/canonicalization/pubspec.yaml ('k') | dart/tools/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/bots/pub.py
diff --git a/dart/tools/bots/pub.py b/dart/tools/bots/pub.py
index 39becc9601096f55aad787599af6f77453325b94..12c73c9b2c8ef148d99257b251df5d0972a54b99 100755
--- a/dart/tools/bots/pub.py
+++ b/dart/tools/bots/pub.py
@@ -47,11 +47,11 @@ def PubSteps(build_info):
pkgbuild_build_info = bot.BuildInfo('none', 'vm', 'release',
build_info.system, checked=False)
bot.RunTest('pkgbuild_repo_pkgs', pkgbuild_build_info,
- ['--append_logs', '--write-test-outcome-log', 'pkgbuild'])
+ ['--append_logs', '--write-test-outcome-log',
+ '--use-repository-packages', 'pkgbuild'])
bot.RunTest('pkgbuild_public_pkgs', pkgbuild_build_info,
['--append_logs', '--write-test-outcome-log',
'--use-public-packages', 'pkgbuild'])
-
if __name__ == '__main__':
bot.RunBot(PubConfig, PubSteps)
« no previous file with comments | « dart/pkg/polymer/example/canonicalization/pubspec.yaml ('k') | dart/tools/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698