We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@info
1 parent 1457845 commit 829091dCopy full SHA for 829091d
test/runtests.jl
@@ -40,7 +40,7 @@ end
40
status = timedwait(60.0, pollint=1.0) do
41
state = getjobstate(jobid)
42
state == nothing && return false
43
- @info "" jobstate=state
+ @info "jobstate=$(state)"
44
return state == "COMPLETED" || state == "FAILED"
45
end
46
0 commit comments