From d3ddff6cdbd55a06b4c915a0bc9053786f806a50 Mon Sep 17 00:00:00 2001 From: WooKyoung Noh Date: Wed, 23 Jan 2019 00:31:09 +0900 Subject: [PATCH] Jive v0.1.7 --- Project.toml | 2 +- src/runtests.jl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cf2af49..18b7ca4 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["distributed", "test"] license = "MIT" desc = "some useful steps in tests" authors = ["WooKyoung Noh "] -version = "0.1.7-DEV" +version = "0.1.7" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" diff --git a/src/runtests.jl b/src/runtests.jl index e421e42..ee1b16c 100644 --- a/src/runtests.jl +++ b/src/runtests.jl @@ -319,6 +319,8 @@ function distributed_run(dir::String, tests::Vector{String}, start_idx::Int, nod jive_briefing(io, numbering, subpath, string(" (worker: ", myid(), ")"), "") filepath = normpath(dir, slash_to_path_separator(subpath)) runner(myid(), idx, num_tests, subpath, filepath) + else + @info :distributed_run_catch err end finally empty!(env)