summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-04-18 20:08:30 +0100
committerGitHub <noreply@github.com>2022-04-18 21:08:30 +0200
commit66fbdd2ed4b5ecab8a51278cd76bce7adedb4fc2 (patch)
tree55e38ace63362cb49ac8cf9a5f66594a04770335 /cli/tests/testdata/bench
parentbf804d3ffff39dab3c7fc8a1a91538ec51276223 (diff)
feat: Add DENO_NO_PROMPT variable (#14209)
This commit adds support for "DENO_NO_PROMPT" env variable, that can be used instead of "--no-prompt" flag to completely disable permission prompts.
Diffstat (limited to 'cli/tests/testdata/bench')
-rw-r--r--cli/tests/testdata/bench/no_prompt_by_default.out1
-rw-r--r--cli/tests/testdata/bench/no_prompt_with_denied_perms.out1
2 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/bench/no_prompt_by_default.out b/cli/tests/testdata/bench/no_prompt_by_default.out
index 3fe67b720..d47198d85 100644
--- a/cli/tests/testdata/bench/no_prompt_by_default.out
+++ b/cli/tests/testdata/bench/no_prompt_by_default.out
@@ -1,4 +1,3 @@
-Check [WILDCARD]no_prompt_by_default.ts
running 1 bench from [WILDCARD]no_prompt_by_default.ts
bench no prompt ... 1000 iterations FAILED ([WILDCARD]ms)
diff --git a/cli/tests/testdata/bench/no_prompt_with_denied_perms.out b/cli/tests/testdata/bench/no_prompt_with_denied_perms.out
index f6aec6226..efe9fa6dc 100644
--- a/cli/tests/testdata/bench/no_prompt_with_denied_perms.out
+++ b/cli/tests/testdata/bench/no_prompt_with_denied_perms.out
@@ -1,4 +1,3 @@
-Check [WILDCARD]/no_prompt_with_denied_perms.ts
running 1 bench from [WILDCARD]/no_prompt_with_denied_perms.ts
bench no prompt ... 1000 iterations FAILED ([WILDCARD]ms)