Skip to content

Commit

Permalink
remove -f option
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Mar 3, 2025
1 parent 09ef5a0 commit 8c606ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ Run the tests locally by doing the following:

```shell
$ cd /path/to/aws-cdk-cli-testing/packages/@aws-cdk-testing/cli-integ
$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -f 2.179.0 -t 'TEST NAME'
$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -t 'TEST NAME'
```

`-s` points to the root of the `aws-cdk-cli` repository, `-f` is the version of
the framework to use for testing.
`-s` points to the root of the `aws-cdk-cli` repository.

### Submitting a PR that involves changes to integration tests

Expand Down

0 comments on commit 8c606ba

Please sign in to comment.