Commenting out a line that causes a lot of loops; let the exclusion trace continue...
[jpf-core.git] / bin / print_events
1 #!/bin/sh
2
3 JPF_HOME=`dirname "$0"`/..
4
5 java -classpath "$JPF_HOME/build/jpf.jar" gov.nasa.jpf.tool.PrintEvents "$@"