Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Oct 30, 2021
1 parent 7e255c6 commit 2ab310e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ function choosetests(choices = [])
prepend!(tests, files)
end
end

explicit_pkg3 = ("Pkg" in tests) || ("Pkg/pkg" in tests)
explicit_libgit2 = "LibGit2/online" in tests

filtertests!(tests, "unicode", ["unicode/utf8"])
filtertests!(tests, "strings", ["strings/basic", "strings/search", "strings/util",
Expand Down Expand Up @@ -163,8 +166,6 @@ function choosetests(choices = [])
filter!(!in(tests), unhandled)
filter!(!in(skip_tests), tests)

explicit_pkg3 = ("Pkg" in tests) || ("Pkg/pkg" in tests)
explicit_libgit2 = "LibGit2/online" in tests
new_tests = String[]
for test in tests
if test in STDLIBS
Expand Down

0 comments on commit 2ab310e

Please sign in to comment.