From 3d234a6ddaf70db8cdd9eb8a2e8b2d8237360860 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 7 Jan 2014 15:52:15 +0100 Subject: [PATCH] Packages: Unit tests must be run sequentially (make -j1 tests). --- debug/check-configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/check-configs b/debug/check-configs index 65b3fd9a..e8787bf9 100755 --- a/debug/check-configs +++ b/debug/check-configs @@ -35,7 +35,7 @@ function try make $MAKEOPTS || die FAILED echo >&3 " COMPILATION PASSED" if [ -z "$SKIP_TESTS" ] ; then - make -k tests || die "TESTS FAILED" + make -k -j1 tests || die "TESTS FAILED" echo >&3 " TESTS PASSED" fi ) || ERR=1 -- 2.39.2