diff --git a/CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh b/CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh index b0399292b9126..398f72fa2dc15 100755 --- a/CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh +++ b/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