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

Unified Diff: sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart

Issue 26351002: Rename "pub deploy" to "pub build". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-upload. Created 7 years, 2 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/build/ignores_non_entrypoint_dart_files_test.dart
diff --git a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart b/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
similarity index 93%
rename from sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
rename to sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
index 8d2b06a0570be7c1cab8d6a3a9d3f313d793389c..923416d28975fbedc3a2ab35c5992d6d6a26c6e5 100644
--- a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
+++ b/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
@@ -21,15 +21,15 @@ main() {
])
]).create();
- schedulePub(args: ["deploy"],
+ schedulePub(args: ["build"],
output: '''
Finding entrypoints...
-Copying web| => deploy|
+Copying web| => build|
'''.replaceAll('|', path.separator),
exitCode: 0);
d.dir(appPath, [
- d.dir('deploy', [
+ d.dir('build', [
d.nothing('file1.dart.js'),
d.nothing('file1.dart'),
d.nothing('file2.dart.js'),

Powered by Google App Engine
This is Rietveld 408576698