]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Unit tests must be run sequentially (make -j1 tests).
authorPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 14:52:15 +0000 (15:52 +0100)
committerPavel Charvat <pchar@ucw.cz>
Tue, 7 Jan 2014 14:52:15 +0000 (15:52 +0100)
debug/check-configs

index 65b3fd9ab10cd8b74783e9ce48a57bb60666a693..e8787bf951cdf4fade67e7a8e8f41e1da7f6e33e 100755 (executable)
@@ -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