From ef24de24a82fe681581cc130f342363c47c0969a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:48 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log | 8 ++++---- .../cargo/tests/testsuite/cargo_test/no_keep_going/stderr.log | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tools/cargo/tests/testsuite/cargo_test') diff --git a/src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log b/src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log index 5df62d6bb..d7ec18f46 100644 --- a/src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log +++ b/src/tools/cargo/tests/testsuite/cargo_test/help/stdout.log @@ -1,10 +1,10 @@ Execute all unit and integration tests and build examples of a local package -Usage: cargo[EXE] test [OPTIONS] [TESTNAME] [-- [args]...] +Usage: cargo[EXE] test [OPTIONS] [TESTNAME] [-- [ARGS]...] Arguments: [TESTNAME] If specified, only run tests containing this string in their names - [args]... Arguments for the test binary + [ARGS]... Arguments for the test binary Options: --doc Test only this library's documentation @@ -33,9 +33,9 @@ Target Selection: --bin [] Test only the specified binary --examples Test all examples --example [] Test only the specified example - --tests Test all tests + --tests Test all test targets --test [] Test only the specified test target - --benches Test all benches + --benches Test all bench targets --bench [] Test only the specified bench target --all-targets Test all targets (does not include doctests) diff --git a/src/tools/cargo/tests/testsuite/cargo_test/no_keep_going/stderr.log b/src/tools/cargo/tests/testsuite/cargo_test/no_keep_going/stderr.log index fd4ca9b2a..22323e651 100644 --- a/src/tools/cargo/tests/testsuite/cargo_test/no_keep_going/stderr.log +++ b/src/tools/cargo/tests/testsuite/cargo_test/no_keep_going/stderr.log @@ -2,6 +2,6 @@ error: unexpected argument '--keep-going' found tip: use `--no-fail-fast` to run as many tests as possible regardless of failure -Usage: cargo[EXE] test [OPTIONS] [TESTNAME] [-- [args]...] +Usage: cargo[EXE] test [OPTIONS] [TESTNAME] [-- [ARGS]...] For more information, try '--help'. -- cgit v1.2.3