On Mon, 03 Jun 2013 10:47:11 +0300, Niko Tyni wrote: > > # Failed test 4 in t/hooks/authen_digest.t at line 35 *TODO* > > # Failed test 5 in t/hooks/authen_digest.t at line 37 *TODO* > > # Failed test 6 in t/hooks/authen_digest.t at line 41 *TODO* > > # Failed test 7 in t/hooks/authen_digest.t at line 45 *TODO* > > These are easy, just adding > LoadModule auth_digest_module /usr/lib/apache2/modules/mod_auth_digest.so > to debian/apache2.conf fixes them.
I've added the module to debian/apache2.conf now and removed the
parts about t/hooks/authen_digest.t from the patch (and the tests
pass).
The interesting thing is that after this change, the "second" test
suite, from ModPerl-Registry/t, gets suddenly called from
dh_auto_test; and fails because the necessary directories are not yet
there.
And then it fails again (auth_digest writing to /var/run); but adding
DefaultRuntimeDir run/
to ModPerl-Registry/t/conf/extra.conf.in helps.
And now even more tests are popping up:
cd Apache-Reload && make test
so we need Apache-Reload/t/{log,run}.
And these test fail as well; needs "DefaultRuntimeDir run/" as well.
*phew*
So this is a new patch (for 2x DefaultRuntimeDir) and some changes in
debian/rules.
Committed & pushed.
Cheers,
gregor
--
.''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
: :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/
`. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
`- NP: Pink Floyd: Sorrow
signature.asc
Description: Digital signature

