You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ui/reporters/default-reporter.tsx
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ const ProgressLabelMapping = {
38
38
[SubProcessName.TEST_INITIALIZE_AND_VALIDATE]: 'Initializing and validating your configs',
39
39
[SubProcessName.TEST_CHECKING_VM_INSTALLED]: 'Checking if VM is installed',
40
40
[SubProcessName.TEST_STARTING_VM]: 'Starting VM',
41
-
[SubProcessName.TEST_COPYING_OVER_CONFIGS_AND_OPENING_TERMINAL]: 'Copying over configs and opening terminal',
41
+
[SubProcessName.TEST_COPYING_OVER_CONFIGS_AND_OPENING_TERMINAL]: 'Copying over configs and opening terminal (if a confirmation dialog appears within the VM, please confirm it.)',
42
42
[SubProcessName.TEST_USER_CONTINUE_ON_VM]: 'Done setup! Please continue on the VM UI',
43
43
[SubProcessName.TEST_DELETING_VM]: 'Deleting VM',
44
44
}
@@ -189,6 +189,16 @@ export class DefaultReporter implements Reporter {
Copy file name to clipboardExpand all lines: src/ui/reporters/json-reporter.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,10 @@ export class JsonReporter implements Reporter {
47
47
thrownewError(`Json reporter error: sudo required for command: ${data.command}. Make sure to preconfigure the sudo password for the Json reporter using --sudoPassword`);
0 commit comments