diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-28 11:59:55 -0400 |
commit | 703ad69587b512088f178da52494d7767f521c38 (patch) | |
tree | b4209f96d7494bdf2dbb9af74549ed83d291579e /doc/HACKING | |
parent | 9230bc7c65cec68c66fa9c75751d6c6bd600e9fc (diff) | |
download | tor-703ad69587b512088f178da52494d7767f521c38.tar.gz tor-703ad69587b512088f178da52494d7767f521c38.zip |
Deal with the aftermath of sorting contrib
This basically amounts to grepping for every file that mentioned
contrib and adjusting its references to refer to the right place.
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING index 28d4c5e6ce..2156f7ca13 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -122,7 +122,7 @@ Running gcov for unit test coverage make make check mkdir coverage-output - ./contrib/coverage coverage-output + ./scripts/test/coverage coverage-output ----- (On OSX, you'll need to start with "--enable-coverage CC=clang".) @@ -142,7 +142,7 @@ If you have two different "coverage-output" directories, and you want to see a meaningful diff between them, you can run: ----- - ./contrib/cov-diff coverage-output1 coverage-output2 | less + ./scripts/test/cov-diff coverage-output1 coverage-output2 | less ----- In this diff, any lines that were visited at least once will have coverage |