Skip to content

Commit 4948f4c

Browse files
committed
fix powershell 7.0 issue
1 parent 9bec564 commit 4948f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/run_tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function addSchedule {
6060
write-verbose " $($h.Name): $($h.Value)"
6161
}
6262

63-
$schedule += $schedule_info
63+
$schedule += @($schedule_info)
6464
}
6565

6666
[System.IO.File]::WriteAllText(

0 commit comments

Comments
 (0)