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 --- tests/testdata/run/045_proxy_test.ts.out | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/testdata/run/045_proxy_test.ts.out (limited to 'tests/testdata/run/045_proxy_test.ts.out') diff --git a/tests/testdata/run/045_proxy_test.ts.out b/tests/testdata/run/045_proxy_test.ts.out deleted file mode 100644 index a1e567a14..000000000 --- a/tests/testdata/run/045_proxy_test.ts.out +++ /dev/null @@ -1,6 +0,0 @@ -Proxy server listening on [WILDCARD] -Proxy request to: http://localhost:4545/run/045_mod.ts -Proxy request to: http://localhost:4545/run/045_mod.ts -Proxy request to: http://localhost:4545/run/045_output.ts -Proxy request to: http://localhost:4545/run/045_mod.ts -proxy-authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ= -- cgit v1.2.3