Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Logfilebuild#32

Open
DK-DARKmatter wants to merge 1 commit into
enarx-archive:masterfrom
DK-DARKmatter:logfilebuild
Open

Logfilebuild#32
DK-DARKmatter wants to merge 1 commit into
enarx-archive:masterfrom
DK-DARKmatter:logfilebuild

Conversation

@DK-DARKmatter

Copy link
Copy Markdown

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 the
tests of gnutls-cli.

@frozencemetery frozencemetery left a comment

Copy link
Copy Markdown
Contributor

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.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #32 into master will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
bin/main.c 71.31% <0%> (-0.23%) ⬇️
lib/tls-gnutls.c

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72f2c71...76ea92d. Read the comment docs.

1 similar comment
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #32 into master will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
bin/main.c 71.31% <0%> (-0.23%) ⬇️
lib/tls-gnutls.c

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72f2c71...76ea92d. Read the comment docs.

Comment thread meson.build Outdated

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)

Copy link
Copy Markdown
Contributor

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 <kzhao@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants