From 830d096b66696ad9f4e67b3ed8460fb1ff7a9170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 1 Feb 2024 03:16:52 +0100 Subject: fix(publish): rename --no-fast-check to --no-zap (#22214) Also prints an information about the flag when there are `zap` errors. --- cli/tests/integration/publish_tests.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/publish_tests.rs b/cli/tests/integration/publish_tests.rs index 675ceced2..6b6fac70d 100644 --- a/cli/tests/integration/publish_tests.rs +++ b/cli/tests/integration/publish_tests.rs @@ -36,9 +36,9 @@ itest!(invalid_fast_check { exit_code: 1, }); -itest!(no_fast_check { - args: "publish --no-fast-check --token 'sadfasdf'", - output: "publish/no_fast_check.out", +itest!(no_zap { + args: "publish --no-zap --token 'sadfasdf'", + output: "publish/no_zap.out", cwd: Some("publish/invalid_fast_check"), exit_code: 1, }); -- cgit v1.2.3