Skip to content
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

Print logfile when test case crash #265

Merged
merged 1 commit into from
Sep 5, 2021

Conversation

chenyukang
Copy link
Collaborator

@chenyukang chenyukang commented Sep 5, 2021

Because we run bash with -e, when a test case crash, the parent process will also exit, without print out the logfile.
This is confusing for run a single crash test case since the printed result is same with a successful one.
Like the "mounts/mounts.t"

@codecov-commenter
Copy link

Codecov Report

Merging #265 (8c86ef8) into main (7f6bc2c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   40.89%   40.89%           
=======================================
  Files          15       15           
  Lines        1445     1445           
  Branches      410      410           
=======================================
  Hits          591      591           
  Misses        649      649           
  Partials      205      205           

Copy link
Member

@utam0k utam0k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@utam0k utam0k merged commit 3fac283 into youki-dev:main Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants