diff --git a/test/runtests.jl b/test/runtests.jl index 44be5905..cfbb8648 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -3,6 +3,9 @@ using SafeTestsets const LONGER_TESTS = false const GROUP = get(ENV, "GROUP", "All") +@show GROUP +@show keys(ENV) + const HAS_EXTENSIONS = isdefined(Base, :get_extension)