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
I have a goss test that is running a bash script. The bash script is printing some output with echo. The output of the bash script is not visible in goss' output or anywhere in the console/terminal.
Is it possible to see that output somehow? Browsing through the documentation I couldn't find anything helpful.
Thank you
The text was updated successfully, but these errors were encountered:
I think it'd be an interesting failure, especially when debugging failing tests. When that happens I'm forced to get into the container myself to run the failing tests manually. Something like a --force-output option to enable it on demand would be really nice I think.
I have a goss test that is running a bash script. The bash script is printing some output with echo. The output of the bash script is not visible in goss' output or anywhere in the console/terminal.
Is it possible to see that output somehow? Browsing through the documentation I couldn't find anything helpful.
Thank you
The text was updated successfully, but these errors were encountered: