Merge "dev-readme.txt: Suggest to use --console-log"

This commit is contained in:
David Ostrovsky
2017-01-20 09:11:45 +00:00
committed by Gerrit Code Review

View File

@@ -182,13 +182,16 @@ copying to the test site:
.Build based on Buck .Build based on Buck
---- ----
java -jar buck-out/gen/gerrit/gerrit.war daemon -d ../gerrit_testsite java -jar buck-out/gen/gerrit/gerrit.war daemon -d \
../gerrit_testsite --console-log
---- ----
.Build based on Bazel .Build based on Bazel
---- ----
$(bazel info output_base)/external/local_jdk/bin/java \ $(bazel info output_base)/external/local_jdk/bin/java \
-jar bazel-bin/gerrit.war daemon -d ../gerrit_testsite -jar bazel-bin/gerrit.war daemon -d ../gerrit_testsite \
--console-log
---- ----
NOTE: Please refer to <<special_bazel_java_version,this explanation>> NOTE: Please refer to <<special_bazel_java_version,this explanation>>