Line Code
1 2 3 4 5 6
#!/bin/sh
cmsRun $CMSSW_BASE/src/CondTools/Ecal/python/updateIntercali_test.py
ret=$?
conddb --db EcalIntercalibConstants_test.db list EcalIntercalib_test
echo "return code is $ret"
exit $ret