File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
validation/advanced-tests Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,7 @@ stub="${@: -1}"
27
27
! grep " ^$stub -pid" src/eb/scripts/list.txt && echo Invalid stub: $stub && exit 1
28
28
29
29
# set up environment
30
- if [ $useClara -eq 0 ]
31
- then
32
- COAT=../../coatjava
33
- source $COAT /libexec/env.sh
34
- else
35
- CLARA_HOME=$PWD /clara_installation/
36
- COAT=$CLARA_HOME /plugins/clas12/
37
- source $COAT /libexec/env.sh
38
- export CLARA_HOME
39
- fi
40
-
30
+ source ../../coatjava/libexec/env.sh
41
31
classPath=" ${COATJAVA_CLASSPATH} :../lib/*:src/"
42
32
43
33
# make sure test code compiles before anything else:
54
44
fi
55
45
56
46
# run Event Builder tests:
57
- java -DCLAS12DIR= " $COAT " - Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub} .hipo org.junit.runner.JUnitCore eb.EBTwoTrackTest
47
+ java -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub} .hipo org.junit.runner.JUnitCore eb.EBTwoTrackTest
58
48
if [ $? != 0 ] ; then echo " EBTwoTrackTest unit test failure" ; exit 1 ; else echo " EBTwoTrackTest passed unit tests" ; fi
59
49
60
- $COAT /bin/trutheff ./out_${stub} .hipo
50
+ # show a pid effenciency matrix:
51
+ trutheff ./out_${stub} .hipo
61
52
62
53
exit 0
63
54
You can’t perform that action at this time.
0 commit comments