summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-10-10 12:36:46 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-10-10 10:42:45 +0000
commit41a8b94e9b9f827030c44fa1556fa4a9878dd6ee (patch)
tree7423f16a0ff8896c74f63f2b83d4bd9043134923 /Makefile.am
parente9ffa9dda6b6a33e50e7c8e23940fa873f75fbc4 (diff)
downloadflatpak-41a8b94e9b9f827030c44fa1556fa4a9878dd6ee.tar.gz
coverage: Don't do parallell make check
This is running into some kind of timeout for me. Closes: #2232 Approved by: alexlarsson
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 780416e1..907fcadb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -189,7 +189,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
coverage:
$(AM_V_GEN) $(MAKE) $(AM_MAKEFLAGS) lcov-clean
- $(AM_V_GEN) $(MAKE) -j $(getconf _NPROCESSORS_ONLN) check
+ $(AM_V_GEN) $(MAKE) check
$(AM_V_GEN) $(MAKE) $(AM_MAKEFLAGS) genlcov
lcov-clean: