Skip to content

Commit

Permalink
Merge pull request #41082 from smuzaffar/pixelPositions-fix-ut
Browse files Browse the repository at this point in the history
[unit test] make sure copied directory has write permissions
  • Loading branch information
cmsbuild committed Mar 18, 2023
2 parents d92c05c + a6c35f5 commit 3989479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Alignment/TrackerAlignment/test/pixelPositions.sh
Expand Up @@ -154,6 +154,7 @@ EOF
then
mkdir ${PLOTDIR}
cp -r $PLOTMILLEPEDEDIR/* ${PLOTDIR}
chmod -R +w ${PLOTDIR}
fi
cd ${PLOTDIR}
root -b -q -l allMillePede.C "pixelPositionChange.C+(\"${HEREIAM}/$TREEFILE1\", \"${HEREIAM}/$TREEFILE2\")"
Expand Down

0 comments on commit 3989479

Please sign in to comment.