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

test: enable tracing output for tests #141

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

haraldh
Copy link
Member

@haraldh haraldh commented Dec 7, 2022

$ RUST_LOG_JSON=1 RUST_LOG=trace cargo test  -- --show-output

Signed-off-by: Harald Hoyer [email protected]

@haraldh haraldh requested review from a team and bstrie as code owners December 7, 2022 12:44
@haraldh haraldh changed the title tests: enable tracing output for tests test: enable tracing output for tests Dec 7, 2022
Copy link
Member

@rvolosatovs rvolosatovs left a comment

Choose a reason for hiding this comment

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

What about all the other tests spread across the different crates? (although I really hope we can remove them and pretty much just have one single tests directory #134 #139 )

```
$ RUST_LOG_JSON=1 RUST_LOG=trace cargo test  -- --show-output
```

Signed-off-by: Harald Hoyer <[email protected]>
Copy link
Member

@rjzak rjzak left a comment

Choose a reason for hiding this comment

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

Looks good to me

@rvolosatovs rvolosatovs merged commit b096763 into enarx:main Dec 7, 2022
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