From f2b0424df66c073f2129868d5d06a4e94930b1cb Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 23 Jan 2024 12:19:12 +1100 Subject: refactor: set removal version for `--jobs` flag (#22028) For removal in Deno v2. I'm uncertain of the output format but used #21452 as a guide. Towards #22021 --- cli/tests/testdata/test/short-pass-jobs-flag-warning.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/test') diff --git a/cli/tests/testdata/test/short-pass-jobs-flag-warning.out b/cli/tests/testdata/test/short-pass-jobs-flag-warning.out index 8a2f7fe5d..0d9e1fd9b 100644 --- a/cli/tests/testdata/test/short-pass-jobs-flag-warning.out +++ b/cli/tests/testdata/test/short-pass-jobs-flag-warning.out @@ -1,4 +1,6 @@ -Warning: --jobs flag is deprecated. Use the --parallel flag with possibly the 'DENO_JOBS' environment variable. +⚠️ The `--jobs` flag is deprecated and will be removed in Deno 2.0. +Use the `--parallel` flag with possibly the `DENO_JOBS` environment variable instead. +Learn more at: https://docs.deno.com/runtime/manual/basics/env_variables Check [WILDCARD]/test/short-pass.ts ./test/short-pass.ts => test ... ok ([WILDCARD]) -- cgit v1.2.3