Skip to content

Commit 4fe1822

Browse files
authored
Update runtests.jl
1 parent 8113155 commit 4fe1822

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/runtests.jl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ end
2121
end
2222

2323
@testset "Test some unhappy paths (error paths)" begin
24-
include("error_path_intentionally_fail.jl")
24+
@testset "intentionally fail" begin
25+
include("error_path_intentionally_fail.jl")
26+
end
27+
@testset "manager's launch timeout" begin
28+
include("error_path_manager_timeout.jl")
29+
end
2530
end
2631

2732
# test that slurm is available

0 commit comments

Comments
 (0)