Skip to content

Commit

Permalink
Merge pull request #39492 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
[12.5.X] Fix testNoParentDictionary to properly copy the package from release area
  • Loading branch information
cmsbuild committed Sep 25, 2022
2 parents 825e451 + 54b1c23 commit 315ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IOPool/Input/test/testNoParentDictionary.sh
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 315ca14

Please sign in to comment.