diff --git a/build.gradle b/build.gradle index 023477a799476..b47b850625c97 100644 --- a/build.gradle +++ b/build.gradle @@ -203,7 +203,7 @@ if (file('.git').exists()) { 'gradlew', 'gradlew.bat', 'gradle/wrapper/gradle-wrapper.properties', - 'TROGDOR.md', + 'trogdor/README.md', '**/README.md', '**/id_rsa', '**/id_rsa.pub', diff --git a/tests/spec/connection_stress_test.json b/tests/spec/connection_stress_test.json index 7b6698544f388..ec956e78d0e6c 100644 --- a/tests/spec/connection_stress_test.json +++ b/tests/spec/connection_stress_test.json @@ -15,7 +15,7 @@ // // An example task specification for running a connection stress test in Trogdor. -// See TROGDOR.md for details. +// See trogdor/README.md for details. // { diff --git a/tests/spec/external_command.json b/tests/spec/external_command.json index d432938f25e3a..4b8acaa7904a0 100755 --- a/tests/spec/external_command.json +++ b/tests/spec/external_command.json @@ -17,7 +17,7 @@ // An example task specification for running an external command in Trogdor. // Note that this task spec uses a relative path, so make sure you launch // Trogdor from the project root directory when using it. -// See TROGDOR.md for details. +// See trogdor/README.md for details. // { diff --git a/tests/spec/round_trip.json b/tests/spec/round_trip.json index b56bf3ddd0c81..97b5d08c22faf 100644 --- a/tests/spec/round_trip.json +++ b/tests/spec/round_trip.json @@ -15,7 +15,7 @@ // // An example task specification for running a round trip test in Trogdor. -// See TROGDOR.md for details. +// See trogdor/README.md for details. // { diff --git a/tests/spec/simple_consume_bench_spec.json b/tests/spec/simple_consume_bench_spec.json index 87b6518490110..41f15e2329412 100644 --- a/tests/spec/simple_consume_bench_spec.json +++ b/tests/spec/simple_consume_bench_spec.json @@ -15,7 +15,7 @@ // // An example task specification for running a consumer benchmark in Trogdor. -// See TROGDOR.md for details. +// See trogdor/README.md for details. // { diff --git a/tests/spec/simple_produce_bench.json b/tests/spec/simple_produce_bench.json index d69e705f2e0a8..3cbc0e1706d14 100644 --- a/tests/spec/simple_produce_bench.json +++ b/tests/spec/simple_produce_bench.json @@ -15,7 +15,7 @@ // // An example task specification for running a producer benchmark in Trogdor. -// See TROGDOR.md for details. +// See trogdor/README.md for details. // { diff --git a/tests/spec/transactional-produce-bench.json b/tests/spec/transactional-produce-bench.json index bf1b6ca0ba137..b16005ef959f2 100644 --- a/tests/spec/transactional-produce-bench.json +++ b/tests/spec/transactional-produce-bench.json @@ -15,7 +15,7 @@ // // An example task specification for running a transactional producer benchmark -// in Trogdor. See TROGDOR.md for details. +// in Trogdor. See trogdor/README.md for details. // { diff --git a/TROGDOR.md b/trogdor/README.md similarity index 100% rename from TROGDOR.md rename to trogdor/README.md