<div dir="ltr">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:<div><br></div><div><div>export TEST_QA=1</div><div>export JUNIT_OUTPUT_FILE='junit_output.xml'</div>

<div>PERL5OPT='-MDevel::Cover' prove \</div><div>  --timer --harness=TAP::Harness::JUnit \</div><div>  t/ \</div><div>  t/db_dependent/ \</div><div>  t/db_dependent/Acquisition \</div><div>  t/db_dependent/Circulation \</div>

<div>  t/db_dependent/Holds \</div><div>  t/db_dependent/Koha \</div><div>  t/db_dependent/Labels  \</div><div>  t/db_dependent/Members \</div><div>  t/db_dependent/Record \</div><div>  t/db_dependent/Reports \</div><div>

  t/db_dependent/Search \</div><div>  t/db_dependent/Serials \</div><div>  xt/author/icondirectories.t \</div><div>  xt/author/podcorrectness.t \</div><div>  xt/author/translatable-templates.t \</div><div>  xt/author/valid-templates.t \</div>

<div>  xt/permissions.t \</div><div>  xt/tt_valid.t \</div><div>  xt/yaml_valid.t \</div><div>  xt/single_quotes.t</div><div><br></div><div>The difference with the previous is the addition of several (not all) t/db_dependent subdirectories. We cannot run prove recursively because not everything are unit tests.</div>

<div><br></div><div>RMaints: If you agree with the change, I'll propagate (manually) this change to the stable branches tasks.</div><div><br></div><div>Also, if anyone finds something still missing just let me know. For instance I haven't spent time on looking at t/ subdirectories.</div>

<div><br></div><div>Thanks in advance</div><div>To+</div><div><br></div>-- <br><div dir="ltr"><div>Tomás Cohen Arazi</div><div>Prosecretaría de Informática</div><div>Universidad Nacional de Córdoba</div><div>✆ +54 351 5353750 ext 13168</div>

<div>GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F</div></div>
</div></div>