Repository: kudu Updated Branches: refs/heads/master 6fec9dd52 -> f3ec97bd1
Fix 'Building with TSAN' doc mistake This fixes the cmake command suggested in the docs for building with TSAN. Change-Id: I6bb57bb680a239436957242bc42b6915e8c9e758 Reviewed-on: http://gerrit.cloudera.org:8080/5898 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/a4b181cb Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/a4b181cb Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/a4b181cb Branch: refs/heads/master Commit: a4b181cbf2a01ae778b8015579cbbbf794913836 Parents: 6fec9dd Author: Sailesh Mukil <[email protected]> Authored: Fri Feb 3 11:55:42 2017 -0800 Committer: Todd Lipcon <[email protected]> Committed: Fri Feb 3 21:05:06 2017 +0000 ---------------------------------------------------------------------- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/a4b181cb/README.adoc ---------------------------------------------------------------------- diff --git a/README.adoc b/README.adoc index 71c6ffd..465c452 100644 --- a/README.adoc +++ b/README.adoc @@ -173,7 +173,7 @@ $ mkdir -p build/tsan $ cd build/tsan $ CC=../../thirdparty/clang-toolchain/bin/clang \ CXX=../../thirdparty/clang-toolchain/bin/clang++ \ - cmake -DKUDU_USE_TSAN=1 . + cmake -DKUDU_USE_TSAN=1 ../.. $ make -j8 $ ctest -j8 ----
