Skip to content

Commit 97c5c2c

Browse files
committed
restore test
1 parent 4a90681 commit 97c5c2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ if [ $? != 0 ] ; then echo "EBTwoTrackTest compilation failure" ; exit 1 ; fi
4949

5050
# run reconstruction:
5151
rm -f out_${stub}.hipo
52-
../../coatjava/bin/recon-mutil -t 6 -l INFO -o out_${stub}.hipo ${input_dir}/${stub}.hipo
53-
exit
52+
../../coatjava/bin/recon-mutil -t 6 -l SEVERE -o out_${stub}.hipo ${input_dir}/${stub}.hipo
5453

5554
# run EB tests:
5655
java -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo eb.EBTwoTrackTest

0 commit comments

Comments
 (0)