diff --git a/build.gradle b/build.gradle index 023477a7994..b47b850625c 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 7b6698544f3..ec956e78d0e 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 d432938f25e..4b8acaa7904 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 b56bf3ddd0c..97b5d08c22f 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 87b65184901..41f15e23294 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 d69e705f2e0..3cbc0e1706d 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 bf1b6ca0ba1..b16005ef959 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