From a169328a9f4e6443cb4790a978991fd4ec35f40b Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Mon, 9 Dec 2024 16:34:34 -0500 Subject: [PATCH] correct for abspath filtercorrect for abspath filter --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index a058468..bd97441 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -43,7 +43,7 @@ isexamplefile(fn) = # test examples examplepath = joinpath(@__DIR__, "..", "examples") for (root, _, files) in walkdir(examplepath) - contains(root, "setup") && continue + contains(chopprefix(root, @__DIR__), "setup") && continue for file in filter(isexamplefile, files) filename = joinpath(root, file) @eval begin