mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 13:20:47 +00:00
Update runall.ps1
add dot source base.ps1 for lower tests.
This commit is contained in:
parent
c7437052c6
commit
aa384df506
@ -1,9 +1,10 @@
|
||||
Param([String]$tag, [Int]$num=1)
|
||||
Import-Module ..\lib\Voicemeeter.psm1
|
||||
. ..\lib\base.ps1
|
||||
|
||||
try
|
||||
{
|
||||
. ..\lib\voicemeeter.ps1
|
||||
$vmr = [Remote]::new('potato')
|
||||
$vmr = Get-RemotePotato
|
||||
|
||||
1..$num | ForEach-Object {
|
||||
Write-Host "Running test $_ of $num"
|
||||
|
Loading…
Reference in New Issue
Block a user