summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-bazel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/dev-bazel.txt')
-rw-r--r--Documentation/dev-bazel.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 129071e188..2e7cb23ce7 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -35,7 +35,7 @@ The output executable WAR will be placed in:
=== Gerrit Release WAR File
To build the Gerrit web application that includes the GWT UI, the
-PolyGerrit UI and documentation:
+PolyGerrit UI, core plugins and documentation:
----
bazel build release
@@ -229,7 +229,7 @@ Primary storage NoteDb:
Primary storage NoteDb and ReviewDb disabled:
----
- bazel test --test_env=GERRIT_NOTEDB=DISABLE_CHANGE_REVIEW_DB //...
+ bazel test --test_env=GERRIT_NOTEDB=ON //...
----
To run only tests that do not use SSH: