We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b355262 commit 141d180Copy full SHA for 141d180
1 file changed
test/runtests.jl
@@ -1,7 +1,7 @@
1
using Test
2
using ParameterSpace
3
4
-rm(joinpath(@__DIR__, "output"), recursive=true)
+rm(joinpath(@__DIR__, "output"); recursive=true, force=true)
5
mkoutputdir(joinpath(@__DIR__, "output"))
6
7
include("test_datacore.jl")
0 commit comments