From b382826ad93de040bcc88da95edc260d5de71a04 Mon Sep 17 00:00:00 2001 From: Adrian Date: Sat, 9 Nov 2019 14:01:23 +0100 Subject: [PATCH] test update --- test/runtests.jl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index b249a53ed..a86f1ec16 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,10 +1,13 @@ +cd(@__DIR__) + +using Pkg +pkg"activate ." + using Test, TestSetExtensions, SafeTestsets using Genie isdir(joinpath(Genie.config.path_build, Genie.Renderer.Html.BUILD_NAME)) && rm(joinpath(Genie.config.path_build, Genie.Renderer.Html.BUILD_NAME), force = true, recursive = true) -cd(@__DIR__) - @testset ExtendedTestSet "Genie tests" begin @includetests ARGS end \ No newline at end of file