Skip to content

Commit 241b9ab

Browse files
MINOR: Fixed README examples on running specific tests.
Author: GabrielNicolasAvellaneda <[email protected]> Reviewers: Ismael Juma, Ewen Cheslack-Postava Closes apache#268 from GabrielNicolasAvellaneda/readme-updates
1 parent ce306ba commit 241b9ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ Follow instuctions in http://kafka.apache.org/documentation.html#quickstart
3535
./gradlew -Dtest.single=RequestResponseSerializationTest core:test
3636

3737
### Running a particular test method within a unit test ###
38-
./gradlew core:test --tests kafka.api.test.ProducerFailureHandlingTest.testCannotSendToInternalTopic
39-
./gradlew clients:test --tests org.apache.kafka.clients.producer.MetadataTest.testMetadataUpdateWaitTime
40-
38+
./gradlew core:test --tests kafka.api.ProducerFailureHandlingTest.testCannotSendToInternalTopic
39+
./gradlew clients:test --tests org.apache.kafka.clients.MetadataTest.testMetadataUpdateWaitTime
4140

4241
### Running a particular unit test with log4j output ###
4342
change the log4j setting in either clients/src/test/resources/log4j.properties or core/src/test/resources/log4j.properties

0 commit comments

Comments
 (0)