Skip to content

Commit 9237b34

Browse files
committed
no junit
1 parent de8ffd2 commit 9237b34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validation/advanced-tests/run-eb-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rm -f out_${stub}.hipo
5555
../../coatjava/bin/recon-util -l FINE -i ${input_dir}/${stub}.hipo -o out_${stub}.hipo -c 2
5656

5757
# run EB tests:
58-
java -DCLAS12DIR="$COAT" -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo org.junit.runner.JUnitCore eb.EBTwoTrackTest
58+
java -DCLAS12DIR="$COAT" -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo eb.EBTwoTrackTest
5959
if [ $? != 0 ] ; then echo "EBTwoTrackTest unit test failure" ; exit 1 ; else echo "EBTwoTrackTest passed unit tests" ; fi
6060

6161
# run truth-efficiency calculator:

0 commit comments

Comments
 (0)