tests - enable verbose arg for extension installation tests (#245320)

This commit is contained in:
Benjamin Pasero
2025-04-02 13:33:19 +02:00
committed by GitHub
parent 71c9069cd8
commit 10fc28b3b8
3 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ export interface LaunchOptions {
readonly logger: Logger;
logsPath: string;
crashesPath: string;
readonly verbose?: boolean;
verbose?: boolean;
readonly extraArgs?: string[];
readonly remote?: boolean;
readonly web?: boolean;