Skip to content

Commit 992c338

Browse files
committed
Fix typo: fixes testPrintTkMaps unit test
1 parent aca061d commit 992c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/TrackerRemapper/test/testPrintTkMaps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ printPixelTrackerMap --help || die 'failed running printPixelTrackerMap --help'
88
printStripTrackerMap --help || die 'failed running printStripTrackerMap --help' $?
99
echo -e "\n"
1010
testPixelFile=$CMSSW_BASE/src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
11-
[ -e $testPixelFile} ] || testPixelFile=$CMSSW_RELEASE_BASE/src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
11+
[ -e $testPixelFile ] || testPixelFile=$CMSSW_RELEASE_BASE/src/SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt
1212
# Store the first 50 elements of the first column in a variable
1313
testPixelDetids=$(head -n 50 "$testPixelFile" | cut -d ' ' -f 1 | paste -sd ' ' -)
1414

0 commit comments

Comments
 (0)