| Index: sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart b/sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| similarity index 76%
|
| copy from sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| index 989d50643ae52cee83a65186e561440d979352c4..44568c48e786308092d2492c43142731fb34b7c5 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
|
| @@ -10,13 +10,16 @@ import '../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration('does not publish if the package is private even if a server '
|
| - 'argument is provided', () {
|
| + integration(
|
| + 'does not publish if the package is private even if a server '
|
| + 'argument is provided',
|
| + () {
|
| var pkg = packageMap("test_pkg", "1.0.0");
|
| pkg["publish_to"] = "none";
|
| d.dir(appPath, [d.pubspec(pkg)]).create();
|
|
|
| - schedulePub(args: ["lish", "--server", "http://example.com"],
|
| + schedulePub(
|
| + args: ["lish", "--server", "http://example.com"],
|
| error: startsWith("A private package cannot be published."),
|
| exitCode: exit_codes.DATA);
|
| });
|
|
|