tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b0cb3f54583d1aa5b5adb25636c079d5cfccbf19
parent 8680ff70827e5b08cdfde95ce03fcd635f1a49aa
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Sat, 14 Mar 2020 16:25:59 +0200

Documentation fixups

Diffstat:
M.travis.yml | 2+-
Mchanges/ticket32143 | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -52,7 +52,7 @@ matrix: - compiler: clang os: osx ## Turn off some newer features, turn on clang's -Wtypedef-redefinition - ## Also, disable ALL_BUGS_FATAL macro. + ## Also, disable ALL_BUGS_ARE_FATAL macro. env: C_DIALECT_OPTIONS="-std=gnu99" HARDENING_OPTIONS="--enable-expensive-hardening" ## We run chutney on Linux, because it's faster than chutney on macOS diff --git a/changes/ticket32143 b/changes/ticket32143 @@ -1,4 +1,4 @@ o Minor features (continuous integration): - Run unit-test and integration test (Stem, Chutney) jobs with - ALL_BUGS_ARE_FATAL macro being enabled on Travis. Allow failures for - time being. Closes ticket 32143. + ALL_BUGS_ARE_FATAL macro being enabled on Travis and Appveyor. + Resolves ticket 32143.