From 13a1f0cbdbb85ea0e1c802c34ca96394c5047e6e Mon Sep 17 00:00:00 2001 From: Parikshith Date: Wed, 29 Jan 2025 13:16:41 -0500 Subject: [PATCH] Revert "e2e: Log test logs to file" This reverts commit 2cd063a6d10369806fab970a00a2f1e8820beb93. --- e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/run.sh b/e2e/run.sh index 0deeedb9b..6559835c2 100755 --- a/e2e/run.sh +++ b/e2e/run.sh @@ -10,4 +10,4 @@ set -o pipefail go test -c -o ramen-e2e # With an executable -test.timeout is disabled by default. -./ramen-e2e -test.v "$@" 2>&1 | tee ramen-e2e.log +./ramen-e2e -test.v "$@"