Searched refs:failFile (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DShellScaffold.sh143 if [ -r "$failFile" ] ; then
144 ls -l "$failFile" >&2
146 cat "$failFile" >&2
341 failFile=$tmpFileDir/testFailed
343 rm -f $failFile $debuggeepidFile
344 if [ -f "$failFile" ]; then
345 echo "ERROR: unable to delete existing failFile:" >&2
346 ls -l "$failFile" >&2
526 if [ $1 = quit -o -r "$failFile" ] ; then
751 echo "--Fail: waitForJdbMsg timed out after $timeLimit seconds, looking for /$1/, in $nlines lines; exitting" >> $failFile
[all...]

Completed in 296 milliseconds