diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-14 12:47:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 16:47:57 +0000 |
commit | 432792a46c71b402408e1bed0affdb1c3a90d8c6 (patch) | |
tree | 22d5f90349acc8388a28351bd95ddc5f9e952c88 /tools/lint.js | |
parent | c6189e2070ac31006920e210e616c0d9dd159b7c (diff) |
chore: 045_proxy output stdout & stderr on failure (#23810)
Part of https://github.com/denoland/deno/issues/23624
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-x | tools/lint.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js index 0fe96b049..aa3b417cc 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -221,7 +221,7 @@ async function ensureNoNewITests() { "pm_tests.rs": 0, "publish_tests.rs": 0, "repl_tests.rs": 0, - "run_tests.rs": 373, + "run_tests.rs": 372, "shared_library_tests.rs": 0, "task_tests.rs": 30, "test_tests.rs": 77, |