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

FIX: Redirect App Output from StdErr to StdOut in Integration Tests #73

Open
Pantani opened this issue Mar 18, 2024 · 1 comment
Open
Assignees
Labels
app:general bug Something isn't working

Comments

@Pantani
Copy link
Collaborator

Pantani commented Mar 18, 2024

The app output in the integration tests is going to the StdErr. We should check if everything is always going to the StdErr and fix

E.g.:

step.Stderr(buf),

@Pantani
Copy link
Collaborator Author

Pantani commented Mar 25, 2024

The problem was solved, but the integration tests for the explorer apps are showing the stdout into the stderr, but only in the tests; we should investigate later

@salmad3 salmad3 added the bug Something isn't working label Jul 18, 2024
@salmad3 salmad3 changed the title bug: all app output are going to the StdErr instead of StdOut FIX: Redirect App Output from StdErr to StdOut in Integration Tests Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:general bug Something isn't working
Projects
Status: To Discuss
Development

No branches or pull requests

2 participants