diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-15 21:24:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 21:24:07 -0400 |
commit | 748aff1e946a057820f1cb219344baf44a870fc1 (patch) | |
tree | cefe80350fda6c4dacf04fdb859d86c4febf9836 /cli/tests/integration/task_tests.rs | |
parent | a7bef54d3f5517e8fd7508d47b6f56616e858695 (diff) |
feat(task): add unstable warning to `deno task` (#13966)
Diffstat (limited to 'cli/tests/integration/task_tests.rs')
-rw-r--r-- | cli/tests/integration/task_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/task_tests.rs b/cli/tests/integration/task_tests.rs index 5ef5eaab2..82a101169 100644 --- a/cli/tests/integration/task_tests.rs +++ b/cli/tests/integration/task_tests.rs @@ -25,7 +25,7 @@ itest!(task_boolean_logic { envs: vec![("NO_COLOR".to_string(), "1".to_string())], }); -itest!(task_exit_code_1 { +itest!(task_exit_code_5 { args: "task --config task/deno.json exit_code_5", output: "task/task_exit_code_5.out", envs: vec![("NO_COLOR".to_string(), "1".to_string())], |