From cd4bd4365fb407f710b37d417d8d01a5934db75d Mon Sep 17 00:00:00 2001
From: Robert Scott <code@humanleg.org.uk>
Date: Sat, 18 Aug 2018 23:10:27 +0100
Subject: [PATCH v1 5/5] appveyor: attempt to push test results on_finish
 rather than after_test

...so that we also keep results of failures
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 3c240f108..db3e06c02 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,7 @@ build_script:
   - ant compile dist distmac checkstyle pmd spotbugs
 test_script:
   - ant test-unit-hardfail
-after_test:
+on_finish:
   - ps: |
         $wc = New-Object 'System.Net.WebClient'
         Get-ChildItem . -Name -Recurse 'TEST-*.xml'  |
-- 
2.11.0

