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.
1 parent 004ce7a commit 37229c2Copy full SHA for 37229c2
test/runtests.jl
@@ -16,7 +16,7 @@ println("jobid = $jobid")
16
17
# get job state from jobid
18
getjobstate = jobid -> begin
19
- info = read(`scontrol show $jobid`, String)
+ info = read(`scontrol show jobid=$jobid`, String)
20
state = match(r"JobState=(\S*)", info)
21
return state
22
end
0 commit comments