We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4d1f commit 2676bc8Copy full SHA for 2676bc8
CalibPPS/TimingCalibration/test/test_timing_LUT_cal.sh
@@ -3,7 +3,10 @@
3
# Pass in name and status
4
function die { echo $1: status $2 ; exit $2; }
5
6
-TEST_DIR=src/CondTools/CTPPS/test
+TEST_DIR=$CMSSW_RELEASE_BASE/src/CondTools/CTPPS/test
7
+if [ -e $CMSSW_BASE/src/CondTools/CTPPS/test ] ; then
8
+ TEST_DIR=$CMSSW_BASE/src/CondTools/CTPPS/test
9
+fi
10
11
cmsRun $TEST_DIR/ppsTimingCalibrationLUTWriter_cfg.py || die "LUT writer failed" $?
12
echo "LUT writer succeeded"
0 commit comments