tools: Add test-main equivalent for Powershell on Windows.
This commit is contained in:
parent
68f811d4d8
commit
7b889a122b
7
tools/test-main.ps1
Normal file
7
tools/test-main.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
Set-StrictMode -Version Latest
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
python tools\test-bots "$args" --coverage
|
||||
python tools\test-botserver "$args" --coverage combine
|
||||
python tools\test-zulip "$args" --coverage combine
|
||||
python tools\test-lib "$args" --coverage combine
|
Loading…
Reference in a new issue