aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/abseil-cpp/CONTRIBUTING.md
diff options
context:
space:
mode:
authorayles <ayles@yandex-team.ru>2022-02-10 16:46:11 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:11 +0300
commitd55028e9d9708f94c2d0d35b54ed50d4d7af0456 (patch)
treed69fdff3b2be7d190a1efa078721d25139d0b030 /contrib/restricted/abseil-cpp/CONTRIBUTING.md
parentbaa58daefa91fde4b4769facdbd2903763b9c6a8 (diff)
downloadydb-d55028e9d9708f94c2d0d35b54ed50d4d7af0456.tar.gz
Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/abseil-cpp/CONTRIBUTING.md')
-rw-r--r--contrib/restricted/abseil-cpp/CONTRIBUTING.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/restricted/abseil-cpp/CONTRIBUTING.md b/contrib/restricted/abseil-cpp/CONTRIBUTING.md
index 9dadae9376..65b640b126 100644
--- a/contrib/restricted/abseil-cpp/CONTRIBUTING.md
+++ b/contrib/restricted/abseil-cpp/CONTRIBUTING.md
@@ -123,13 +123,13 @@ will be expected to conform to the style outlined
## Running Tests
-If you have [Bazel](https://bazel.build/) installed, use `bazel test
---test_tag_filters="-benchmark" ...` to run the unit tests.
+If you have [Bazel](https://bazel.build/) installed, use `bazel test
+--test_tag_filters="-benchmark" ...` to run the unit tests.
-If you are running the Linux operating system and have
-[Docker](https://www.docker.com/) installed, you can also run the `linux_*.sh`
-scripts under the `ci/`(https://github.com/abseil/abseil-cpp/tree/master/ci)
-directory to test Abseil under a variety of conditions.
+If you are running the Linux operating system and have
+[Docker](https://www.docker.com/) installed, you can also run the `linux_*.sh`
+scripts under the `ci/`(https://github.com/abseil/abseil-cpp/tree/master/ci)
+directory to test Abseil under a variety of conditions.
## Abseil Committers