You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.:
apps/examples/health-monitor/integration/app_test.go
Line 50 in b54b50d
apps/examples/hello-world/integration/app_test.go
Line 48 in b54b50d
apps/examples/chain-info/integration/app_test.go
Line 49 in b54b50d
apps/marketplace/integration/list_test.go
Line 50 in b54b50d
The text was updated successfully, but these errors were encountered: