Skip to content

Commit

Permalink
Merge pull request #39367 from smuzaffar/fix-testNoParentDictionary
Browse files Browse the repository at this point in the history
fix testNoParentDictionary to properly copy the contents of DataFormats/TestObjects
  • Loading branch information
cmsbuild authored Sep 13, 2022
2 parents e5ac8e9 + c4ff456 commit 6a8610e
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 6a8610e

Please sign in to comment.