Skip to content

Commit 3a4d622

Browse files
committed
add console log
1 parent 8f62bf3 commit 3a4d622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/e2e-tests/test-applications/aws-serverless/tests/lambda-fixtures.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ export const test = base.extend<{ testEnvironment: LocalLambdaStack; lambdaClien
4545
args.push('--invoke-image', `public.ecr.aws/sam/build-nodejs${process.env.NODE_VERSION}.x:latest`);
4646
}
4747

48+
console.log(`[testEnvironment fixture] Running SAM with args: ${args.join(' ')}`);
49+
4850
const samProcess = spawn('sam', args, {
4951
stdio: ['ignore', debugLog.fd, debugLog.fd],
5052
});

0 commit comments

Comments
 (0)