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

Unified Diff: sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart

Issue 1040563004: Make "pub run foo" run "pub run foo:foo" rather than "pub run bin/foo" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove bogus changes. Created 5 years, 9 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
Index: sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart
diff --git a/sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart b/sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart
index 16141750333d3d0ad10cc702beca63aef250b36b..1dff2d241cf4641b077567b36374adf4de08e583 100644
--- a/sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart
+++ b/sdk/lib/_internal/pub/test/run/displays_transformer_logs_test.dart
@@ -66,7 +66,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- var pub = pubRun(args: ["script"]);
+ var pub = pubRun(args: ["bin/script"]);
// Note that the info log is only displayed here because the test
// harness runs pub in verbose mode. By default, only the warning would

Powered by Google App Engine
This is Rietveld 408576698