Skip to content

Commit

Permalink
Revert "chore(integ): run all CDK integ tests with -v (#10503)"
Browse files Browse the repository at this point in the history
This reverts commit c8e72e5.
  • Loading branch information
rix0rrr authored Sep 24, 2020
1 parent e9b5b8c commit 3708d4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 326 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/cli/cdk-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class TestFixture {
}

public async cdk(args: string[], options: CdkCliOptions = {}) {
return this.shell(['cdk', '-v', ...args], {
return this.shell(['cdk', ...args], {
...options,
modEnv: {
AWS_REGION: this.aws.region,
Expand Down

0 comments on commit 3708d4f

Please sign in to comment.