Lines Matching +full:stdout +full:- +full:path
29 .Nm atf-check
41 exit code, stdout and stderr.
45 .Xr atf-sh 3 Ns ' Ns s
70 .Bl -tag -width XqualXvalueXX
74 .Bl -tag -width signal:<value> -compact
91 .Sq not-
96 .Bl -tag -width inline:<value> -compact
98 checks that stdout is empty
100 ignores stdout
101 .It Ar file:<path>
102 compares stdout with given file
104 compares stdout with inline value
106 looks for a regular expression in stdout
107 .It Ar save:<path>
108 saves stdout to given file
112 .Sq not-
133 .Bl -tag -width ATFXSHELLXX -compact
135 Path to the system shell to be used when the
147 .Xr atf-sh 3
151 .Bd -literal -offset indent
152 # Exit code 0, nothing on stdout/stderr
156 atf_check -s not-exit:0 'false'
158 # Checking stdout/stderr
160 atf_check -o file:expout -e inline:"xx\etyy\en" \e
164 atf_check -s signal:sigsegv my_program
167 atf_check -o match:foo -o not-match:bar echo foo baz
171 atf-check -o ignore -e ignore -s exit:0 -r 5 \e
175 .Xr atf-sh 1