diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-20 13:10:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-20 13:10:18 -0500 |
commit | 9da8cd0bc35920bc1492efd3312d05f147fc7f7e (patch) | |
tree | ec908c4179567e1f448d2cd28e1ada1a84680c1f /.appveyor.yml | |
parent | fe1fb4b0c3ed175eccacbc1491ccab75375173bb (diff) | |
parent | b8ce1de4bf55c7cbd786c4597638bfcb543c5f11 (diff) | |
download | tor-9da8cd0bc35920bc1492efd3312d05f147fc7f7e.tar.gz tor-9da8cd0bc35920bc1492efd3312d05f147fc7f7e.zip |
Merge remote-tracking branch 'teor/ticket28459-034' into maint-0.3.4
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f76a9f0a94..0bb93316f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -70,7 +70,7 @@ 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 #> @@ -85,5 +85,7 @@ on_failure: 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 |