-
Notifications
You must be signed in to change notification settings - Fork 7
Logfilebuild #32
base: master
Are you sure you want to change the base?
Logfilebuild #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have an extra commit in here.
4cfd7af
to
76ea92d
Compare
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=========================================
- Coverage 64.87% 64.17% -0.7%
=========================================
Files 13 12 -1
Lines 1170 977 -193
=========================================
- Hits 759 627 -132
+ Misses 411 350 -61
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=========================================
- Coverage 64.87% 64.17% -0.7%
=========================================
Files 13 12 -1
Lines 1170 977 -193
=========================================
- Hits 759 627 -132
+ Misses 411 350 -61
Continue to review full report at Codecov.
|
meson.build
Outdated
@@ -41,7 +41,7 @@ pkg = import('pkgconfig') | |||
dl = cc.find_library('dl', required: false) | |||
|
|||
openssl = dependency('openssl', version: '>=1.1.0', required: false) | |||
gnutls = dependency('gnutls', version: '>=3.6.0', required: false) | |||
gnutls = dependency('gnutls', version: '>=3.6.7', required: false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this change.
We should make sure '--logfile' option is enabled in its new version. If '--logfile' is not an illegal option, then we could enable the tests of gnutls-cli. Signed-off-by: Ke Zhao <[email protected]>
76ea92d
to
27a0c23
Compare
This update in build file is to make sure
--logfile
option is enabled in its new version.If
--logfile
is not an illegal option, then we could enable thetests of
gnutls-cli
.