From aa384df506b7c230cefe48137be87babc334df1d Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 30 Apr 2021 17:06:55 +0100 Subject: [PATCH] Update runall.ps1 add dot source base.ps1 for lower tests. --- test/runall.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/runall.ps1 b/test/runall.ps1 index edd025a..555092a 100644 --- a/test/runall.ps1 +++ b/test/runall.ps1 @@ -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"