X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debug%2Fcheck-configs;h=e8787bf951cdf4fade67e7a8e8f41e1da7f6e33e;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=65b3fd9ab10cd8b74783e9ce48a57bb60666a693;hpb=a4f8b029b86d2ca1612a9c2e2795ccea27b15276;p=libucw.git 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