X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=debug%2Fcheck-configs;h=e8787bf951cdf4fade67e7a8e8f41e1da7f6e33e;hb=0ab670aef22cf24695b5e31f999f762443dc9260;hp=c2f32e6db8d178bc649f29b5340f723f4aff9e81;hpb=863b12ae48459fc7450cd09686588ada98649fdc;p=libucw.git diff --git a/debug/check-configs b/debug/check-configs index c2f32e6d..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 @@ -44,7 +44,7 @@ function try rm -rf tests mkdir tests if [ "$1" == DARWIN ] ; then - # All tests on Darwin need CONFIG_SHARED, due to libcharset collision + # All tests on Darwin need CONFIG_SHARED, due to libucw-charset collision # only visible with static linking. FLAGS="CONFIG_SHARED" try debug/default.cfg $FLAGS CONFIG_UCW_PCRE # `make tests' does not work with non-local builds with shared libs