Skip to content

Commit

Permalink
rm exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Mar 4, 2024
1 parent c6eafd4 commit b93ac1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)]...)))
Expand Down

0 comments on commit b93ac1b

Please sign in to comment.