Skip to content

Commit

Permalink
xds: remove -v when running xds e2e tests (#7120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored Apr 11, 2024
1 parent 308dbc4 commit adf976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
mkdir binaries
go build -o ./binaries/client ../../../../interop/xds/client/
go build -o ./binaries/server ../../../../interop/xds/server/
go test . -v
go test .

0 comments on commit adf976b

Please sign in to comment.