remove mkdir call in tests; closes #397

This commit is contained in:
Thomas Breloff 2016-07-22 11:18:28 -04:00
parent 7a650d918b
commit 01b9cc92fd

View File

@ -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)