Skip to content

Commit 1585cba

Browse files
committed
test: avoid interferences between tests
1 parent 8be3fae commit 1585cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/docker/run-build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ make -j$(nproc) test
2727
echo ""
2828
echo "## Running make pcheck"
2929
# do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
30-
make -j2 pcheck TEST_BUILD=$TEST_BUILD
30+
make -j1 pcheck TEST_BUILD=$TEST_BUILD
3131
echo ""
3232
echo "## Running make pycheck"
3333
# do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
34-
make -j2 pycheck
34+
make -j1 pycheck
3535
echo ""
3636
echo "## Running make source"
3737
make -j$(nproc) DESTDIR=/tmp source

0 commit comments

Comments
 (0)