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
Test <\fIarg\fR>. Pretty-print result and notes unless "quiet".
79
81
@@ -83,6 +85,12 @@ If your arg will error when passed to `eval`, quote it. If your arg has spaces,
83
85
84
86
\fI\-\-quiet\-emulate\fR keeps the \fI\-\-emulate\fR <\fIshell\fR>'s <\fIshell\fR> out of the command output.
85
87
88
+
Pass \fI\-\-quiet\-fail\fR to output nothing if the test fails. Set \fIZTR_QUIET_FAIL=1\fR to make this the default.
89
+
90
+
Pass \fI\-\-quiet\-pass\fR to output nothing if the test passes. Set \fIZTR_QUIET_PASS=1\fR to make this the default.
91
+
92
+
Pass \fI\-\-quiet\fR to output nothing regardless of the result.
93
+
86
94
Optionally pass a <\fIname\fR> as a second parameter.
87
95
88
96
Optionally pass <\fInotes\fR> as a third parameter (requires that you also pass a <\fIname\fR> as a second parameter). For example, noting dependencies can help with troubleshooting. In the output notes are indented.
0 commit comments