Lines Matching refs:log
73 atf_check -s exit:0 test ! -f test.log
74 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log
77 atf_check -s exit:0 test -f test.log
79 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
86 atf_check -s exit:0 test ! -f test.log
87 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log
90 atf_check -s exit:0 test -f test.log
92 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
94 if grep ' D ' test.log; then
102 atf_check -s exit:0 test ! -f test.log
103 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log \
107 atf_check -s exit:0 test -f test.log
109 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
111 if grep ' I ' test.log; then
119 atf_check -s exit:0 test ! -f test.log
120 atf_check -s exit:3 -o empty -e ignore kyua --logfile=test.log \
124 atf_check -s exit:0 test -f test.log
126 grep ' E .* No command provided' test.log || atf_fail "Log file does" \
128 grep ' D ' test.log || atf_fail "Log file does not contain debug messages"