Lines Matching refs:this_case
10 if [ -n "$this_case" ]; then
11 bcase=$(basename $this_case)
13 mcelog_result=$RDIR/$this_case/mcelog
14 klog=$RDIR/$this_case/klog
19 if [ -f $RDIR/$this_case/mcelog ]; then
25 mce_reformat $mcelog_refer $RDIR/$this_case/mcelog_refer
27 if mce_cmp $RDIR/$this_case/mcelog $mcelog_refer "$removes"; then
39 local klog=$RDIR/$this_case/klog
40 local orig_klog=$RDIR/$this_case/orig_klog
65 if [ -f $RDIR/$this_case/return ] && \
66 [ $(cat $RDIR/$this_case/return) -eq 0 ]; then
75 if [ -f $RDIR/$this_case/return ] && \
76 [ $(cat $RDIR/$this_case/return) -eq 139 ]; then
104 echo $ret > $RDIR/$this_case/return