From 2ab310edcfe2d0fd392fb7273642895d1d239a64 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 30 Oct 2021 03:48:26 -0400 Subject: [PATCH] Fix a bug --- test/choosetests.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/choosetests.jl b/test/choosetests.jl index eced4e6f561221..373960e01bcebc 100644 --- a/test/choosetests.jl +++ b/test/choosetests.jl @@ -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", @@ -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