quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Unittest: support emptypoddirs #129

Closed stdweird closed 7 years ago

stdweird commented 7 years ago

We expect quite a few components to have no pod files anymore (and thus empty target/doc/pod/). This makes it easy for the 00-tqu test to check this, via

use Test::Quattor::Unittest qw(nopod);
stdweird commented 7 years ago

@jrha will be necessary for quite a few components to avoid unnecessary complicated code in 00-tqu. https://github.com/quattor/configuration-modules-core/pull/1024 now uses this (and 1.52 buildtools 😁 )