]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Nov 2018 18:10:18 +0000 (13:10 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Nov 2018 18:10:18 +0000 (13:10 -0500)
1  2 
.appveyor.yml

diff --cc .appveyor.yml
index f76a9f0a94a2384ae0164226f9a7552fd4fb276f,21ae277671305ec92009aa2427c11e935f330bd3..0bb93316f517bb4590d628eec4e4383fd8e0f938
@@@ -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