1 parent 4a90681 commit 97c5c2cCopy full SHA for 97c5c2c
1 file changed
validation/advanced-tests/run-eb-tests.sh
@@ -49,8 +49,7 @@ if [ $? != 0 ] ; then echo "EBTwoTrackTest compilation failure" ; exit 1 ; fi
49
50
# run reconstruction:
51
rm -f out_${stub}.hipo
52
-../../coatjava/bin/recon-mutil -t 6 -l INFO -o out_${stub}.hipo ${input_dir}/${stub}.hipo
53
-exit
+../../coatjava/bin/recon-mutil -t 6 -l SEVERE -o out_${stub}.hipo ${input_dir}/${stub}.hipo
54
55
# run EB tests:
56
java -Xmx1536m -Xms1024m -cp $classPath -DINPUTFILE=out_${stub}.hipo eb.EBTwoTrackTest
0 commit comments