Skip to content

Commit

Permalink
Try verbose tests to counter Travis early exits
Browse files Browse the repository at this point in the history
  • Loading branch information
mbargull committed Nov 22, 2022
1 parent bcee1e1 commit 48402f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipe/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ numba -s
python -m numba.tests.test_runtests

if [[ "$archstr" == 'aarch64' ]] || [[ "$archstr" == "ppc64le" ]]; then
# Run tests verbosely to avoid Travis CI from killing it early
if [[ "$archstr" == "ppc64le" ]]; then
runtests+=(-v)
fi
echo 'Running only a slice of tests'
runtests+=(-j --random='0.15' -- numba.tests)
# Else run the whole test suite
Expand Down

0 comments on commit 48402f3

Please sign in to comment.