aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/remote_build/README.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-24 17:31:49 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-24 23:31:54 +0200
commit23eec0c4ec8fd1917e9631353e8abc4702b0c789 (patch)
tree0ae2d8d1e4ea84f437eddaa89437999712706648 /tools/remote_build/README.md
parentbfcce96efc7b26523ce78716301a4e3b5fe4baed (diff)
align tsan configuration
Diffstat (limited to 'tools/remote_build/README.md')
-rw-r--r--tools/remote_build/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/remote_build/README.md b/tools/remote_build/README.md
index 77e7cabf2a..7492de75a5 100644
--- a/tools/remote_build/README.md
+++ b/tools/remote_build/README.md
@@ -25,6 +25,6 @@ bazel --bazelrc=tools/remote_build/manual.bazelrc test -c opt //test/...
Sanitizer runs (asan, msan, tsan, ubsan):
```
-# manual run of bazel tests remotely on Foundry
+# manual run of bazel tests remotely on Foundry with given sanitizer
bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/...
```