Skip to content

Commit 74245f4

Browse files
committed
Add test
1 parent c93918b commit 74245f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cd(@__DIR__)
2020

2121
@test contains(str, r"basic .+ started at")
2222
@test contains(str, "SUCCESS")
23+
24+
@test isfile(ParallelTestRunner.get_history_file(ParallelTestRunner))
2325
end
2426

2527
@testset "custom tests and init code" begin

0 commit comments

Comments
 (0)