Skip to content

Commit 39c94af

Browse files
Add test for SLURM_JOB_NODELIST=b04-[9-011]
1 parent c21b0e7 commit 39c94af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/testme/test-availableWorkers.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ specs <- list(
247247
"a1,b[ 02-04,6-7]" = c("a1", "b00002", "b00003", "b00004", "b6", "b7"),
248248
"b04-[09-11]" = c("b04-09", "b04-10", "b04-11"),
249249
"b04-[009-011]" = c("b04-009", "b04-010", "b04-011"),
250-
"b04-[0009-11]" = c("b04-0009", "b04-0010", "b04-0011")
250+
"b04-[0009-11]" = c("b04-0009", "b04-0010", "b04-0011"),
251+
"b04-[9-011]" = c("b04-9", "b04-10", "b04-11")
251252
)
252253

253254
## All combined

0 commit comments

Comments
 (0)