| Index: sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart b/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| similarity index 88%
|
| rename from sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| rename to sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| index 51ee016d514829027f9e921f36b99bd6e7552472..5929a6b79e7434d9a37f90d8012a004c8a0559ba 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/copies_non_dart_files_to_deploy_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| @@ -10,7 +10,7 @@ import '../test_pub.dart';
|
| main() {
|
| initConfig();
|
|
|
| - integration("copies non-Dart files to deploy/", () {
|
| + integration("copies non-Dart files to build/", () {
|
| servePackages([packageMap("browser", "1.0.0")]);
|
|
|
| d.dir(appPath, [
|
| @@ -25,15 +25,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('packages'),
|
| d.file('file.txt', 'contents'),
|
| d.dir('subdir', [
|
|
|