]> git.proxmox.com Git - proxmox-spamassassin.git/commit
buildsys: call 'make test' in build target
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 20 Jan 2020 18:37:28 +0000 (19:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jan 2020 08:25:22 +0000 (09:25 +0100)
commitcadcf070c070cbe0d36d91ed1766f12bca9a11da
tree765e0e730fe14f098a756d42bb77418f043d5046
parentd27e5c832e0188a71b2d416de95e19b348072755
buildsys: call 'make test' in build target

the build target gets invoked as regular user without 'fakeroot'. Running
SpamAssassin's tests as root (or via fakeroot) leads to a
non-deterministically failing testcase ('t/spamc_optC.t') - I couldn't find
the root-cause, but running the tests as regular user did work consistently.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
debian/rules