commit | 4e2322683f6a0f2cacded4fe3725600574b686ad | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Tue May 19 12:18:24 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Mon May 25 16:34:53 2020 +0200 |
tree | fc824a56d020234e639a39e7ade8d0e6e06ac3eb | |
parent | f4bce7de6bd7fa5d73bcbaac3d545410e8639d27 [diff] |
Shorten command to run tests Less typing is better :-) Also, it helps a bit to dedupe, as it removes the plugin name in one place. Change-Id: Ib500a470bfde53df25bab8031ca8a8d7a1db244d
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index cf2c694..a90457c 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -32,7 +32,7 @@ To execute the tests run: ``` - bazel test plugins/@PLUGIN@:its_phabricator_tests + bazel test plugins/@PLUGIN@:all ``` [Back to @PLUGIN@ documentation index][index]