fix warn -> @warn
This commit is contained in:
parent
a882685169
commit
14cbfb5706
@ -502,7 +502,7 @@ function test_examples(pkgname::Symbol; debug = false, disp = true, sleep = noth
|
|||||||
plts[i] = plt
|
plts[i] = plt
|
||||||
catch ex
|
catch ex
|
||||||
# TODO: put error info into markdown?
|
# TODO: put error info into markdown?
|
||||||
warn("Example $pkgname:$i:$(_examples[i].header) failed with: $ex")
|
@warn("Example $pkgname:$i:$(_examples[i].header) failed with: $ex")
|
||||||
end
|
end
|
||||||
if sleep != nothing
|
if sleep != nothing
|
||||||
Base.sleep(sleep)
|
Base.sleep(sleep)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user