Skip to content

Commit

Permalink
Clean up after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Apr 20, 2017
1 parent 4174108 commit facb055
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Expand Up @@ -4,3 +4,8 @@ info("ImageMagick version ", ImageMagick.libversion)

include("constructed_images.jl")
include("readremote.jl")

workdir = joinpath(tempdir(), "Images")
try
rm(workdir, recursive=true)
end

0 comments on commit facb055

Please sign in to comment.