summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2019-04-13 15:56:35 +0200
committerTiziano Müller <dev-zero@gentoo.org>2019-04-13 15:57:20 +0200
commit364ab66d47a0098019eb131714254a8b38a3afc4 (patch)
tree6c0e97f6a1da617a892be75104bfd47313902a1c /dev-util/source-highlight
parentapp-admin/metalog: amd64 stable wrt bug #682842 (diff)
downloadgentoo-364ab66d47a0098019eb131714254a8b38a3afc4.tar.gz
gentoo-364ab66d47a0098019eb131714254a8b38a3afc4.tar.bz2
gentoo-364ab66d47a0098019eb131714254a8b38a3afc4.zip
dev-util/source-highlight: serialize tests
Upstream uses the same intermediate files in multiple tests, running them in parallel by make will eventually break one or more tests. Closes: https://bugs.gentoo.org/635100 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tiziano Müller <dev-zero@gentoo.org>
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r--dev-util/source-highlight/source-highlight-3.1.8.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
index 4cc9a7726309..4f6024727e87 100644
--- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
@@ -44,5 +44,7 @@ src_install () {
src_test() {
export LD_LIBRARY_PATH="${S}/lib/srchilite/.libs/"
- default
+ # upstream uses the same temporary filenames in numerous places
+ # see https://bugs.gentoo.org/635100
+ emake -j1 check
}