mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Reduce number of btest threads running tests on Travis CI
On Travis CI, btest was using 32 threads when running with "-j". Reducing this to "-j 4" seems to make the tests run a bit faster overall and somewhat reduces the number of test failures.
This commit is contained in:
parent
e2b48ceb80
commit
b23029a09d
1 changed files with 3 additions and 1 deletions
|
@ -48,8 +48,10 @@ run_coverity() {
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
# Run the tests, but don't exit upon failure.
|
# Run the tests, but don't exit upon failure.
|
||||||
make -C testing/btest btest-brief
|
cd testing/btest
|
||||||
|
../../aux/btest/btest -j 4 -b -f diag.log
|
||||||
ret=$?
|
ret=$?
|
||||||
|
cd ../..
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue