Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Jun 26, 2024
1 parent 9771c0d commit 7470d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function extra_enabled_live_tests(; print_info=false)
if get(ENV, "JULIAHUBJL_LIVE_EXPOSED_PORT_TESTS", "") == "true"
push!(testnames, "jobs-exposed-port")
end
if print_info && !isempty(extra_testnames)
if print_info && !isempty(testnames)
testname_list = join(string.(" - ", testnames), '\n')
@info """
Extra live tests enabled:
Expand Down

0 comments on commit 7470d88

Please sign in to comment.