Skip to content

Commit

Permalink
e2e: Log test logs to file
Browse files Browse the repository at this point in the history
To make it easier to inspect the log after failures. This is a quick
hack until we create the log properly (RamenDR#1722).

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs committed Jan 23, 2025
1 parent 64c9eb0 commit 3091e9f
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 @@ -7,4 +7,4 @@
go test -c -o ramen-e2e

# With an executable -test.timeout is disabled by default.
./ramen-e2e -test.v "$@"
./ramen-e2e -test.v "$@" 2>&1 | tee ramen-e2e.log

0 comments on commit 3091e9f

Please sign in to comment.