[gegl] tests: Prevent parallel make check



commit bfc3283fdab386165c7e962c4a5fbd3cfca882f6
Author: Michael Schumacher <schumaml gmx net>
Date:   Sat Jun 30 14:27:30 2018 +0000

    tests: Prevent parallel make check

 tests/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 56aa8d99a..f98321a60 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,3 +1,6 @@
+# Prevent parallel make check
+.NOTPARALLEL: check
+
 EXTRA_DIST=run-tests.py
 
 SUBDIRS = \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]