# tests run with -j4 per default effectively killing build slaves, # forcing single threaded execution of tests eval "$( declare -f build | \ sed " s/make /make EXTRATESTOPTS='-j 1' / " )" eval "$( declare -f check | \ sed " s/ -m test.regrtest/ -m test.regrtest -j1/ " )"