Lines Matching refs:resfile
73 -r resfile result_pass
74 atf_check -o inline:"passed\n" cat resfile
77 -r resfile result_fail
78 atf_check -o inline:"failed: Failure reason\n" cat resfile
81 -r resfile result_skip
82 atf_check -o inline:"skipped: Skipped reason\n" cat resfile
102 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \
103 "${h}" -s "${srcdir}" -r dir/resfile result_pass
108 -e match:"ERROR: Cannot create.*'dir/resfile'" \
109 "${h}" -s "${srcdir}" -r dir/resfile result_pass