Skip to content

Commit ef7ba6c

Browse files
committed
update readme
1 parent e60fe99 commit ef7ba6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/s3-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ The tests require valid AWS credentials to be available in the default credentia
1414

1515
- Run from your IDE
1616

17-
- Run from maven command line
17+
- Run from maven command. Include the class you want to run with the `regression.test` property
1818

1919
```
20-
mvn clean install -P s3-regression-tests -pl :stability-tests
20+
mvn clean install -P s3-regression-tests -pl :s3-tests -am -T1C -Dregression.test=DownloadStreamingRegressionTesting
2121
```
2222

2323
## Adding New Tests

0 commit comments

Comments
 (0)