Lines Matching refs:file
6 # The contents of this file are subject to the terms of the
8 # You may not use this file except in compliance with the License.
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
124 for file in \
285 if [ -f ${file} ] ; then
286 echo -n "Running test program ${file} ... "
287 logfile="${file}.out"
288 ./${file} > ${logfile} 2>&1
295 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
297 pat=`cat ${file}.out | egrep 'ASSERTION|ERROR|FATAL'`
300 tail -9 ${file}.out | egrep 'ASSERTION|ERROR|FATAL' | egrep '%'
304 echo "Test program ${file} not found. Skipping."
315 for file in \
338 if [ -f ${file} ] ; then
339 echo -n "Running test program ${file} ... "
340 logfile="${file}.out"
341 if [ "x${file}" = "x22.locale.num.put.mt" ] ; then
342 ./${file} --nthreads=2 --nloops=10 --nlocales=8 > ${logfile} 2>&1
344 ./${file} --nthreads=${NTHREADS} --nloops=${NLOOPS} > ${logfile} 2>&1
352 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
354 pat=`cat ${file}.out | egrep 'ASSERTION|ERROR|FATAL'`
357 tail -9 ${file}.out | egrep 'ASSERTION|ERROR|FATAL' | egrep '%'
361 echo "Test program ${file} not found. Skipping."
372 for file in \
553 rm -f "${file}.out"