Re: [Koha-devel] Jenkins tests update

2014-07-17 Thread Jonathan Druart
Hi, I would prefer something more generic. I sometimes add new sub-directories and it will be a pain to manually maintain the dir list. For instance, it seems the configuration you propose does not take into account the issuingRules sub-directory in t/db_dependent/Circulation. Is it possible to l

Re: [Koha-devel] Jenkins tests update

2014-07-17 Thread Fridolin SOMERS
Hie, Sounds great. +1 Le 16/07/2014 18:46, Tomas Cohen Arazi a écrit : Yesterday I updated the master tasks script for launching unit tests. I did it so more tests are run (which were currently ommited). It looks like this: export TEST_QA=1 export JUNIT_OUTPUT_FILE='junit_output.xml' PERL5OPT=

[Koha-devel] Jenkins tests update

2014-07-16 Thread Tomas Cohen Arazi
Yesterday I updated the master tasks script for launching unit tests. I did it so more tests are run (which were currently ommited). It looks like this: export TEST_QA=1 export JUNIT_OUTPUT_FILE='junit_output.xml' PERL5OPT='-MDevel::Cover' prove \ --timer --harness=TAP::Harness::JUnit \ t/ \