commit b0cb3f54583d1aa5b5adb25636c079d5cfccbf19 Author: rl1987 rl1987@sdf.lonestar.org Date: Sat Mar 14 16:25:59 2020 +0200
Documentation fixups --- .travis.yml | 2 +- changes/ticket32143 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index fe6ce973f..01343e65d 100644 --- 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 index 6100e4bf8..7f8a809ba 100644 --- 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.
tor-commits@lists.torproject.org