Skip to content

Commit 7b889a1

Browse files
ganpa3timabbott
authored andcommitted
tools: Add test-main equivalent for Powershell on Windows.
1 parent 68f811d commit 7b889a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/test-main.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Set-StrictMode -Version Latest
2+
$ErrorActionPreference = "Stop"
3+
4+
python tools\test-bots "$args" --coverage
5+
python tools\test-botserver "$args" --coverage combine
6+
python tools\test-zulip "$args" --coverage combine
7+
python tools\test-lib "$args" --coverage combine

0 commit comments

Comments
 (0)