Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
errtracker: never send errtracker reports when running under SNAPPY_TESTING #3148
Conversation
| + if osutil.GetenvBool("SNAPPY_TESTING") { | ||
| + logger.Noticef("errtracker.Report is *not* send because SNAPPY_TESTING is set") | ||
| + logger.Noticef("report: %v", report) | ||
| + return "oops-not-send", nil |
| + | ||
| + // see if we run in testing mode | ||
| + if osutil.GetenvBool("SNAPPY_TESTING") { | ||
| + logger.Noticef("errtracker.Report is *not* send because SNAPPY_TESTING is set") |
mvo5
merged commit ae8f59a
into
snapcore:master
Apr 7, 2017
6 checks passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
xenial-amd64
autopkgtest finished (success)
Details
xenial-i386
autopkgtest finished (success)
Details
xenial-ppc64el
autopkgtest finished (success)
Details
yakkety-amd64
autopkgtest finished (success)
Details
zesty-amd64
autopkgtest finished (success)
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mvo5 commentedApr 6, 2017
No description provided.