-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: reduce verbosity of e2e test output #173
Conversation
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
======================================
Coverage 94.7% 94.7%
======================================
Files 6 6
Lines 359 359
Branches 59 59
======================================
Hits 340 340
Misses 19 19 Continue to review full report at Codecov.
|
testing/integration_test.go
Outdated
@@ -54,14 +55,14 @@ set -eo pipefail | |||
# Display commands being run | |||
set -x | |||
# Install git | |||
apt-get update | |||
apt-get -y -q install git build-essential | |||
apt-get update > /dev/null |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -54,14 +55,14 @@ set -eo pipefail | |||
# Display commands being run | |||
set -x |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
PTAL |
This PR updates e2e test to be compatible with changes made to github.com/GoogleCloudPlatform/google-cloud-go/profiler/proftest here, and reduce verbosity of logs.
This should be merged in when Kokoro CI test is passing. At that point, Kokoro tests without this change will be expected to fail.