Skip to content

Commit

Permalink
rephrase resilient meaning in runtests (kshyatt)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Sep 9, 2017
1 parent f6b2469 commit 694a075
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions base/interactiveutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,9 @@ end
resilient=false)
Run the Julia unit tests listed in `tests`, which can be either a string or an array of
strings, using `numcores` processors.
If one test fails, all remaining tests will be discarded, unless resilient is `true`.
strings, using `numcores` processors. If `resilient` is `true`, when one test
fails, all remaining tests in other files will still be run; they are otherwise discarded,
when `resilient == false`.
"""
function runtests(tests = ["all"], numcores = ceil(Int, Sys.CPU_CORES / 2);
resilient=false)
Expand Down

0 comments on commit 694a075

Please sign in to comment.