diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-20 17:36:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-20 17:36:54 -0400 |
commit | 26cea0e2ca3aa036d1e0fe4869f23bd6c0b564fb (patch) | |
tree | f804df882cedb1c1b0bd55816088ee8239a521c8 /cli/tests/testdata | |
parent | 5f5bbd597ad3454469b3e51a80cd7cb9be39c04d (diff) |
feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)
Co-authored-by: mrkldshv <markladyshev@gmail.com>
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/test/short-pass-jobs-flag-warning.out (renamed from cli/tests/testdata/test/short-pass-jobs-flag-with-numeric-value.out) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/short-pass-jobs-flag-with-numeric-value.out b/cli/tests/testdata/test/short-pass-jobs-flag-warning.out index 09b72d5fd..b70ec5ee1 100644 --- a/cli/tests/testdata/test/short-pass-jobs-flag-with-numeric-value.out +++ b/cli/tests/testdata/test/short-pass-jobs-flag-warning.out @@ -1,3 +1,4 @@ +Warning: --jobs flag is deprecated. Use the --parallel flag with possibly the 'DENO_JOBS' environment variable. Check [WILDCARD]/test/short-pass.ts running 1 test from ./test/short-pass.ts test ... ok ([WILDCARD]) |