Skip to content

Commit

Permalink
copy the png and pdf plots too
Browse files Browse the repository at this point in the history
  • Loading branch information
hroskes committed Nov 20, 2015
1 parent 2d1aa38 commit e4600e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@
if [[ $HOSTNAME = lxplus[0-9]*\.cern\.ch ]] # check for interactive mode
then
image_files=$(ls --color=never | find .oO[workdir]Oo./ExtendedOfflineValidation_Images/ -name \*ps -o -name \*root)
image_files=$(ls --color=never | find .oO[workdir]Oo./ExtendedOfflineValidation_Images/ -name \*ps -o -name \*root -o -name \*png -o -name \*pdf)
echo -e "\n\nProduced plot files:"
#echo ${image_files}
ls .oO[workdir]Oo./ExtendedOfflineValidation_Images
else
image_files=$(ls --color=never | find ExtendedOfflineValidation_Images/ -name \*ps -o -name \*root)
image_files=$(ls --color=never | find ExtendedOfflineValidation_Images/ -name \*ps -o -name \*root -o -name \*png -o -name \*pdf)
echo -e "\n\nProduced plot files:"
#echo ${image_files}
ls ExtendedOfflineValidation_Images
Expand Down

0 comments on commit e4600e7

Please sign in to comment.