From b93ac1bda6d210a1402b3abc8798208199c8a525 Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Mon, 4 Mar 2024 09:49:07 +0100 Subject: [PATCH] rm exe name --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 0d9d3c13..78be7944 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -29,7 +29,6 @@ function parse_flags!(args, flag; default=nothing, typ=typeof(default)) end function runtests() - exename = joinpath(Sys.BINDIR, Base.julia_exename()) testdir = pwd() istest(f) = endswith(f, ".jl") && startswith(basename(f), "test_") testfiles = sort(filter(istest, vcat([joinpath.(root, files) for (root, dirs, files) in walkdir(testdir)]...)))