diff options
author | teor <teor@torproject.org> | 2019-09-30 15:14:21 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-30 15:14:21 +1000 |
commit | b186418792fe1283855acf2f143661b7c6d7254e (patch) | |
tree | 88fcf5abfe98b62b0375185862abf66d068e8ee7 /changes | |
parent | 02840169d860384257042bdf6d7601c2bf48b47b (diff) | |
download | tor-b186418792fe1283855acf2f143661b7c6d7254e.tar.gz tor-b186418792fe1283855acf2f143661b7c6d7254e.zip |
Appveyor: Avoid spurious errors in Appveyor CI builds
When Appveyor fails before the install step, some of the finish step's
functions were not defined.
Fixes bug 31884; bugfix on 0.3.4.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31884 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug31884 b/changes/bug31884 new file mode 100644 index 0000000000..ddb6c50d74 --- /dev/null +++ b/changes/bug31884 @@ -0,0 +1,3 @@ + o Minor bugfixes (Appveyor CI): + - Avoid spurious errors when Appveyor CI fails before the install step. + Fixes bug 31884; bugfix on 0.3.4.2-alpha. |