Lines Matching refs:stdout
42 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
44 grep 'Executing command.*true' stdout >/dev/null || \
47 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
49 grep 'Executing command.*false' stdout >/dev/null || \
57 "stdout and the expected stdout if the two do not" \
64 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
66 grep 'Executing command.*echo bar' stdout >/dev/null || \
68 grep 'stdout does not match golden output' stderr >/dev/null || \
69 atf_fail "atf_check does not print the stdout header"
73 atf_fail "atf_check does not print the stdout's diff"
75 atf_fail "atf_check does not print the stdout's diff"
89 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
91 grep 'Executing command.*echo bar' stdout >/dev/null || \
93 grep 'stdout' stderr >/dev/null && \
94 atf_fail "atf_check prints the stdout header"
106 atf_set "descr" "Verifies that atf_check prints a the stdout it got" \
113 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
115 grep 'Executing command.*echo.*These.*contents' stdout >/dev/null || \
117 grep 'stdout not empty' stderr >/dev/null || \
118 atf_fail "atf_check does not print the stdout header"
122 atf_fail "atf_check does not print stdout's contents"
135 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
137 grep 'Executing command.*echo.*These.*contents' stdout >/dev/null || \
139 grep 'stdout' stderr >/dev/null && \
140 atf_fail "atf_check prints the stdout header"