mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-09 17:33:33 +00:00
add log flag to run tests section in readme
This commit is contained in:
@@ -3,7 +3,7 @@ Import-Module .\lib\Voicemeeter.psm1
|
||||
|
||||
Function ParseLog {
|
||||
Param([String]$logfile)
|
||||
$summary_file = "_summary.log"
|
||||
$summary_file = Join-Path $PSScriptRoot "_summary.log"
|
||||
if (Test-Path $summary_file) { Clear-Content $summary_file }
|
||||
|
||||
$PASSED_PATTERN = "^PassedCount\s+:\s(\d+)"
|
||||
@@ -57,7 +57,7 @@ function main() {
|
||||
$ifNotBanana = $vmr.kind.name -ne "banana"
|
||||
$ifNotPotato = $vmr.kind.name -ne "potato"
|
||||
|
||||
$logfile = "_results.log"
|
||||
$logfile = Join-Path $PSScriptRoot "_results.log"
|
||||
if (Test-Path $logfile) { Clear-Content $logfile }
|
||||
|
||||
1..$num | ForEach-Object {
|
||||
|
||||
Reference in New Issue
Block a user