Skip to content

Commit 141d180

Browse files
committed
fix: rm output folder
1 parent b355262 commit 141d180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Test
22
using ParameterSpace
33

4-
rm(joinpath(@__DIR__, "output"), recursive=true)
4+
rm(joinpath(@__DIR__, "output"); recursive=true, force=true)
55
mkoutputdir(joinpath(@__DIR__, "output"))
66

77
include("test_datacore.jl")

0 commit comments

Comments
 (0)