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

/openjdk7/jdk/test/tools/launcher/
H A DChangeDataModel.sh191 execCount=`grep -c execve truss.out`
192 if [ "${execCount}" -gt 2 ]
194 echo "Maximum exec count of 2 exceeded: got $execCount."
200 execCount=`grep -c execve truss.out`
201 if [ "${execCount}" -gt 2 ]
203 echo "Maximum exec count of 2 exceeded: got $execCount."

Completed in 27 milliseconds