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.
  • Loading branch information
parikshithb committed Jan 29, 2025
1 parent d7a22be commit 13a1f0c
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 13a1f0c

Please sign in to comment.