From 3bbc5948b0898ccf051e31bd8f3b7eea5337f2d3 Mon Sep 17 00:00:00 2001 From: Davide Valsecchi Date: Mon, 29 Aug 2022 15:20:09 +0200 Subject: [PATCH] Fixed misnamed files in EcalTPG unittest script --- CondTools/Ecal/test/EcalTPG_updateWeightIdMap_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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