We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8ffd2 commit 9237b34Copy full SHA for 9237b34
1 file changed
validation/advanced-tests/run-eb-tests.sh
@@ -55,7 +55,7 @@ rm -f out_${stub}.hipo
55
../../coatjava/bin/recon-util -l FINE -i ${input_dir}/${stub}.hipo -o out_${stub}.hipo -c 2
56
57
# run EB tests:
58
-java -DCLAS12DIR="$COAT" -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo org.junit.runner.JUnitCore eb.EBTwoTrackTest
+java -DCLAS12DIR="$COAT" -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo eb.EBTwoTrackTest
59
if [ $? != 0 ] ; then echo "EBTwoTrackTest unit test failure" ; exit 1 ; else echo "EBTwoTrackTest passed unit tests" ; fi
60
61
# run truth-efficiency calculator:
0 commit comments