Skip to content

Commit

Permalink
Jive v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Jan 22, 2019
1 parent 7cda40a commit d3ddff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["distributed", "test"]
license = "MIT"
desc = "some useful steps in tests"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.1.7-DEV"
version = "0.1.7"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
2 changes: 2 additions & 0 deletions src/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d3ddff6

Please sign in to comment.