File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
validation/advanced-tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ jobs:
193193 - name : run test
194194 run : |
195195 ls -lhtr
196- ./coatjava/bin/decoder -n 10000 -o dog.hipo ./clas_018779.evio.00001
196+ ./coatjava/bin/decoder -l FINE - n 10000 -o dog.hipo ./clas_018779.evio.00001
197197
198198 test_clara :
199199 needs : [ build, download_test_data ]
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ decoder:
148148 dependencies : [build,download]
149149 script :
150150 - tar -xzf clara.tar.gz
151- - decoder -n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
151+ - decoder -l FINE - n 1000 -o clas_018779_00001.hipo clas_018779.evio.00001
152152 artifacts :
153153 when : always
154154 expire_in : 1 day
Original file line number Diff line number Diff line change 136136 then
137137 GEOMDBVAR=$geoDbVariation
138138 export GEOMDBVAR
139- ../../coatjava/bin/recon-util -i ${webDir} /${stub} .hipo -o out_${stub} .hipo -c 2
139+ ../../coatjava/bin/recon-util -l FINE - i ${webDir} /${stub} .hipo -o out_${stub} .hipo -c 2
140140 else
141141 echo " set inputDir $PWD /" > cook.clara
142142 echo " set outputDir $PWD /" >> cook.clara
You can’t perform that action at this time.
0 commit comments