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
{{ message }}
This repository was archived by the owner on Apr 29, 2021. It is now read-only.
I would really prefer that run would just dump ${output} by default when something went wrong in the test, rather than having to add it everywhere I might want some debug output. We use run quite extensively.
Is there any way to just have each test do something like echo ${output} by default?
Suggested by @HRio during the review of sstephenson#105. Unrolled the loop since
there's so few commands now, and tweaked the `PREFIX` test and usage
message.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would really prefer that run would just dump
${output}
by default when something went wrong in the test, rather than having to add it everywhere I might want some debug output. We userun
quite extensively.Is there any way to just have each test do something like
echo ${output}
by default?cc @mislav @sstephenson
The text was updated successfully, but these errors were encountered: