Skip to content

Commit

Permalink
Fixed misnamed files in EcalTPG unittest script
Browse files Browse the repository at this point in the history
  • Loading branch information
valsdav authored and perrotta committed Sep 26, 2022
1 parent 315ca14 commit 4142cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh
@@ -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 4142cad

Please sign in to comment.