Skip to content

Commit

Permalink
Revert "e2e: Log test logs to file"
Browse files Browse the repository at this point in the history
This reverts commit 2cd063a.

The original commit redirected e2e test logs to ramen-e2e.log using tee.
The new logger writes to ramen-e2e.log by default

Signed-off-by: Parikshith <[email protected]>
  • Loading branch information
parikshithb committed Jan 30, 2025
1 parent d7a22be commit f242964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit f242964

Please sign in to comment.