Lines Matching refs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
81 for file in \
132 if [ -f ${file} ] ; then
133 echo -n "Running regression test ${file} ... "
134 ./${file} > ${file}.out 2>&1
141 pat=`cat ${file}.out | egrep 'ASSERTION|ERROR|FATAL'`
144 tail -9 ${file}.out | egrep 'ASSERTION|ERROR|FATAL' | egrep '%'
148 echo "Test program ${file} not found. Skipping."
159 for file in \
209 rm -f "${file}.out"