diff options
author | Roger Dingledine <arma@torproject.org> | 2013-10-01 15:47:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2013-10-01 15:47:38 -0400 |
commit | bce775c1592d921ab10415fe0e02c614984f3b4e (patch) | |
tree | ca06f04cd7eeae3282fdfd600870d37956ceec95 /doc | |
parent | 4e610f721bfdce43a0e194c83c49791801f6514c (diff) | |
download | tor-bce775c1592d921ab10415fe0e02c614984f3b4e.tar tor-bce775c1592d921ab10415fe0e02c614984f3b4e.tar.gz |
name it correctly, maybe
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING b/doc/HACKING index 5d5e27f96..a0072ec53 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -139,7 +139,7 @@ Running integration tests ~~~~~~~~~~~~~~~~~~~~~~~~~ We have the beginnings of a set of scripts to run integration tests using -Chutney. To try them, set CHUTNEY_DIR to your chutney source directory, and +Chutney. To try them, set CHUTNEY_PATH to your chutney source directory, and run "make test-network". Profiling Tor with oprofile |