From 432792a46c71b402408e1bed0affdb1c3a90d8c6 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 May 2024 12:47:57 -0400 Subject: chore: 045_proxy output stdout & stderr on failure (#23810) Part of https://github.com/denoland/deno/issues/23624 --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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, -- cgit v1.2.3