Skip to content

Commit a294dbd

Browse files
tttolmrgrain
andauthored
docs: remove -f option in CONTRIBUTING.md (#180)
Fixes # In CONTRIBUTING.md, the command for running integration tests does not work: ```bash $ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -f 2.179.0-t 'cli-lib deploy' Error: Cannot use --framework-version with --use-source at main (/Users/t-takahashi/Documents/workspace/aws-cdk-cli-testing/packages/@aws-cdk-testing/cli-integ/lib/cli/run-suite.js:85:19) ``` The `-f` option cannot be used with `-s`, so I removed `-f` from the snippet. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license Co-authored-by: Momo Kornher <[email protected]>
1 parent 753f7f6 commit a294dbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ Run the tests locally by doing the following:
5757

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

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

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

0 commit comments

Comments
 (0)