'test-bugzilla-files.py' issues

John Smith lbalbalba at gmail.com
Tue Apr 15 12:10:15 PDT 2014


On Tue, Apr 15, 2014 at 8:37 PM, Markus Mohrhard
<markus.mohrhard at googlemail.com> wrote:
>
> It is a feature that it does not look in sub directories. That allows me
> some freedom in organizing documents and moving broken documents around
> without too much work. So I would be a bit reluctant to change that behavior
> as it will break the script on the server. You can just use a script similar
> to the one that I posted for you that iterates over all directories and
> inspects each one.
>

Ok, guess ill just do something like this then:

for dir in ./libreofficedocs/*
    do test-bugzilla-files.py $dir
done

or :

find ./libreofficedocs/ -type d | while read dir
    do test-bugzilla-files.py $dir
done


Thanks for the help,



Regards,


John Smith


More information about the LibreOffice mailing list