remove mkdir call in tests; closes #397
This commit is contained in:
parent
7a650d918b
commit
01b9cc92fd
@ -78,12 +78,12 @@ function image_comparison_tests(pkg::Symbol, idx::Int; debug = false, popup = is
|
|||||||
png(fn)
|
png(fn)
|
||||||
end
|
end
|
||||||
|
|
||||||
try
|
# try
|
||||||
run(`mkdir -p $newdir`)
|
# run(`mkdir -p $newdir`)
|
||||||
catch err
|
# catch err
|
||||||
display(err)
|
# display(err)
|
||||||
end
|
# end
|
||||||
# reffn = joinpath(refdir, "ref$idx.png")
|
# # reffn = joinpath(refdir, "ref$idx.png")
|
||||||
|
|
||||||
# the test
|
# the test
|
||||||
vtest = VisualTest(func, reffn, idx)
|
vtest = VisualTest(func, reffn, idx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user