Skip to content

Commit 90b23b0

Browse files
authored
fixing cfn test -- --tb=long README docs (#826)
1 parent 8473874 commit 90b23b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To run the contract tests for a resource type, use the `test` command.
5353
```bash
5454
cfn test
5555
cfn test -- -k contract_delete_update #to run a single test
56-
cfn test --tb=long #exhaustive, informative traceback formatting
56+
cfn test -- --tb=long #exhaustive, informative traceback formatting
5757
cfn test --enforce-timeout 60 #set the RL handler timeout to 60 seconds and CUD handler timeout to 120 seconds.
5858
cfn test --enforce-timeout 60 -- -k contract_delete_update # combine args
5959
cfn test --log-group-name cw_log_group --log-role-arn log_delivery_role_arn # Handler logs generated by contract tests will be delivered to the specified cw_log_group using the credentials from log_delivery_role_arn

0 commit comments

Comments
 (0)