Skip to content

Commit

Permalink
test: run with log
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 22, 2023
1 parent 430f2ee commit b224015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/amplify-codegen-e2e-core/src/utils/nexpect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit b224015

Please sign in to comment.