diff --git a/tools/overhaul-selfgate/run-selfgate.ps1 b/tools/overhaul-selfgate/run-selfgate.ps1 index 2b66c441..eefe970f 100644 --- a/tools/overhaul-selfgate/run-selfgate.ps1 +++ b/tools/overhaul-selfgate/run-selfgate.ps1 @@ -67,5 +67,5 @@ if (-not $proc.WaitForExit($TimeoutSeconds * 1000)) { } } Write-Host "client exit code: $($proc.ExitCode)" -Get-ChildItem -LiteralPath $artifacts -Filter '*.png' | ForEach-Object { Write-Host (" {0} {1:N0} bytes" -f $_.Name, $_.Length) } +Get-ChildItem -LiteralPath $artifacts -Recurse -Filter '*.png' | ForEach-Object { Write-Host (" {0} {1:N0} bytes" -f $_.FullName, $_.Length) } Write-Host "log: $clientLog" diff --git a/tools/overhaul-selfgate/session.json b/tools/overhaul-selfgate/session.json index 3e95db1d..34ca8a3d 100644 --- a/tools/overhaul-selfgate/session.json +++ b/tools/overhaul-selfgate/session.json @@ -12,6 +12,7 @@ "endpoint": { "host": "127.0.0.1", "port": 9000 }, "account": "testaccount", "character": { "name": "+Acdream" }, + "plugins": [], "credential": { "provider": "environment", "reference": "ACDREAM_SELFGATE_PASS" } } ]