[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4

nickm at torproject.org nickm at torproject.org
Tue Nov 20 18:10:42 UTC 2018


commit 9da8cd0bc35920bc1492efd3312d05f147fc7f7e
Merge: fe1fb4b0c b8ce1de4b
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Nov 20 13:10:18 2018 -0500

    Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4

 .appveyor.yml       | 4 +++-
 changes/ticket28459 | 4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --cc .appveyor.yml
index f76a9f0a9,21ae27767..0bb93316f
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@@ -70,10 -60,9 +70,10 @@@ test_script
              Execute-Bash "VERBOSE=1 make -j2 check"
      }
  
- on_failure:
+ on_finish:
  - ps: >-
      if ($env:compiler -eq "mingw") {
 +            <# use the MSYS2 user binaries to archive failures #>
              $oldpath = ${env:Path} -split ';'
              $buildpath = @("C:\msys64\usr\bin") + $oldpath
              $env:Path = @($buildpath) -join ';'
@@@ -85,5 -73,6 +85,7 @@@
              Execute-Bash "tail -1000 config.log || true"
              Execute-Bash "cat test-suite.log || true"
      }
+ 
 +# notify the IRC channel of any failures
+ on_failure:
  - cmd: C:\Python27\python.exe %APPVEYOR_BUILD_FOLDER%\scripts\test\appveyor-irc-notify.py irc.oftc.net:6697 tor-ci failure





More information about the tor-commits mailing list