Skip to content

Commit

Permalink
Merge pull request #39235 from CMS-ECAL-Trigger-Group/missing-tpg-scr…
Browse files Browse the repository at this point in the history
…ipts

Fixed misnamed files in EcalTPG unittest script
  • Loading branch information
cmsbuild authored Aug 31, 2022
2 parents d33dfbf + 3bbc594 commit fb3cb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cmsRun ./src/CondTools/Ecal/python/updateTPGWeightIdMap.py output=EcalTPGWeightGroup_TEST.db input=./src/CondTools/Ecal/data/EcalTPGWeightIdMap_perstrip_test.txt filetype=txt outputtag=unittest
cmsRun ./src/CondTools/Ecal/python/updateTPGWeightIdMap.py output=EcalTPGWeightIdMap_TEST.db input=./src/CondTools/Ecal/data/EcalTPGWeightIdMap_perstrip_test.txt filetype=txt outputtag=unittest
ret=$?
echo "return code is $ret"
exit $ret

0 comments on commit fb3cb26

Please sign in to comment.