Lines Matching refs:i
25 for i in $dirs
30 resdir=`echo $i | sed -e 's,/$,,' -e 's,/[^/]*$,,'`
33 TORTURE_SUITE="`cat $i/../torture_suite`"
34 configfile=`echo $i | sed -e 's,^.*/,,'`
35 rm -f $i/console.log.*.diags
36 kvm-recheck-${TORTURE_SUITE}.sh $i
37 …if test -f "$i/qemu-retval" && test "`cat $i/qemu-retval`" -ne 0 && test "`cat $i/qemu-retval`" -n…
40 cat $i/qemu-output
41 elif test -f "$i/console.log"
43 if test -f "$i/qemu-retval" && test "`cat $i/qemu-retval`" -eq 137
47 configcheck.sh $i/.config $i/ConfigFragment > $T 2>&1
49 if test -r $i/Make.oldconfig.err
51 cat $i/Make.oldconfig.err
53 parse-build.sh $i/Make.out $configfile
54 parse-console.sh $i/console.log $configfile
55 if test -r $i/Warnings
57 cat $i/Warnings
60 if test -f "$i/buildonly"
63 configcheck.sh $i/.config $i/ConfigFragment
64 parse-build.sh $i/Make.out $configfile
65 elif test -f "$i/qemu-cmd"
68 echo " $i"
71 echo " $i"