Skip to content

Commit

Permalink
test: avoid interferences between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grom72 committed Mar 31, 2023
1 parent 8be3fae commit 1585cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/docker/run-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ make -j$(nproc) test
echo ""
echo "## Running make pcheck"
# do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
make -j2 pcheck TEST_BUILD=$TEST_BUILD
make -j1 pcheck TEST_BUILD=$TEST_BUILD
echo ""
echo "## Running make pycheck"
# do not change -j2 to -j$(nproc) in case of tests (make check/pycheck)
make -j2 pycheck
make -j1 pycheck
echo ""
echo "## Running make source"
make -j$(nproc) DESTDIR=/tmp source
Expand Down

0 comments on commit 1585cba

Please sign in to comment.