We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1509305 commit af60f14Copy full SHA for af60f14
src/test.jl
@@ -29,7 +29,7 @@ end
29
30
const WARN_FAILURES_ENCOUNTERED =
31
"Some errors were encountered. To isolate specific errors you may want "*
32
- "test again, specifiying `throw=false` to get a full stack trace. You may also want "*
+ "test again, specifiying `throw=true` to get a full stack trace. You may also want "*
33
"limit tests to problem model(s). "
34
35
# for updating `failures` and `summary` tables output by `test(...)` below; returns the
0 commit comments