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 9bec564 commit 4948f4cCopy full SHA for 4948f4c
sbin/run_tests.ps1
@@ -60,7 +60,7 @@ function addSchedule {
60
write-verbose " $($h.Name): $($h.Value)"
61
}
62
63
- $schedule += $schedule_info
+ $schedule += @($schedule_info)
64
65
66
[System.IO.File]::WriteAllText(
0 commit comments