From b22401522efc823bbf9d9d9afc3cd9b2ef58351b Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Wed, 22 Nov 2023 15:13:11 -0700 Subject: [PATCH] test: run with log --- packages/amplify-codegen-e2e-core/src/utils/nexpect.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/amplify-codegen-e2e-core/src/utils/nexpect.ts b/packages/amplify-codegen-e2e-core/src/utils/nexpect.ts index d742ab458..201e0e1c3 100644 --- a/packages/amplify-codegen-e2e-core/src/utils/nexpect.ts +++ b/packages/amplify-codegen-e2e-core/src/utils/nexpect.ts @@ -454,6 +454,7 @@ function chain(context: Context): ExecutionContext { function onLine(data: string | Buffer) { noOutputTimer.reschedule(context.noOutputTimeout); data = data.toString(); + console.log(data); if (process.env && process.env.VERBOSE_LOGGING_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) { console.log(data); }