Skip to content

Commit

Permalink
[12.5.X] Fix testNoParentDictionary to properly copy the package from…
Browse files Browse the repository at this point in the history
… rel area
  • Loading branch information
smuzaffar authored Sep 24, 2022
1 parent 825e451 commit 54b1c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOPool/Input/test/testNoParentDictionary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ eval `scram run -sh`
for DIR in ${OLD_CMSSW_BASE} ${CMSSW_RELEASE_BASE} ${CMSSW_FULL_RELEASE_BASE} ; do
if [ -d ${DIR}/src/DataFormats/TestObjects ]; then
mkdir DataFormats
cp -r ${DIR}/src/DataFormats/TestObjects DataFormats/
cp -Lr ${DIR}/src/DataFormats/TestObjects DataFormats/
break
fi
done
Expand Down

0 comments on commit 54b1c23

Please sign in to comment.