Home | History | Annotate | Download | only in scripts
      1 # !/bin/sh
      2 
      3 #export dbloc=net://minsky.ottawa.ibm.com
      4 #required when running on Linux Motif
      5 export LD_LIBRARY_PATH=./../../..
      6 
      7 java -Declipse.perf.dbloc=$dbloc -jar ./../../../plugins/org.eclipse.equinox.launcher.jar -application org.eclipse.test.performance.ui.resultGenerator $*
      8