Skip to content

Commit

Permalink
log when a worker begins a test so that it is easier to debug when a …
Browse files Browse the repository at this point in the history
…worker hangs due to test failures
  • Loading branch information
jrevels committed Dec 18, 2018
1 parent e6938a0 commit 3380501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function runtests(name, path, isolate=true; seed=nothing)
m = Main
end
@eval(m, using Test, Random)
println("running testset ", name, "...")
ex = quote
@timed @testset $"$name" begin
# Random.seed!(nothing) will fail
Expand Down

0 comments on commit 3380501

Please sign in to comment.