Skip to content

Commit 3972c8b

Browse files
committed
drop schema update step now that recon-util does it
1 parent 86849c8 commit 3972c8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,25 +127,25 @@ then
127127
wget -N --no-check-certificate $webDir/${webFileStub}.hipo
128128
if [ $? != 0 ] ; then echo "wget validation files failure" ; exit 1 ; fi
129129

130-
# update the schema dictionary:
131-
rm -f up_${webFileStub}.hipo
132-
../../coatjava/bin/hipo-utils -update -d ../../coatjava/etc/bankdefs/hipo4/ -o up_${webFileStub}.hipo ${webFileStub}.hipo
130+
# update the schema dictionary: (no longer necessary now that recon-util does it)
131+
#rm -f up_${webFileStub}.hipo
132+
#../../coatjava/bin/hipo-utils -update -d ../../coatjava/etc/bankdefs/hipo4/ -o up_${webFileStub}.hipo ${webFileStub}.hipo
133133

134134
# run reconstruction:
135135
rm -f out_${webFileStub}.hipo
136136
if [ $useClara -eq 0 ]
137137
then
138138
GEOMDBVAR=$geoDbVariation
139139
export GEOMDBVAR
140-
../../coatjava/bin/recon-util -i up_${webFileStub}.hipo -o out_${webFileStub}.hipo -c 2
140+
../../coatjava/bin/recon-util -i ${webFileStub}.hipo -o out_${webFileStub}.hipo -c 2
141141
else
142142
echo "set inputDir $PWD/" > cook.clara
143143
echo "set outputDir $PWD/" >> cook.clara
144144
echo "set threads 7" >> cook.clara
145145
echo "set javaMemory 2" >> cook.clara
146146
echo "set session s_cook" >> cook.clara
147147
echo "set description d_cook" >> cook.clara
148-
ls up_${webFileStub}.hipo > files.list
148+
ls ${webFileStub}.hipo > files.list
149149
echo "set fileList $PWD/files.list" >> cook.clara
150150
echo "run local" >> cook.clara
151151
echo "exit" >> cook.clara

0 commit comments

Comments
 (0)