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
|
b
|
build_script:
|
7 | 7 | - ant compile dist distmac checkstyle pmd spotbugs |
8 | 8 | test_script: |
9 | 9 | - ant test-unit-hardfail |
10 | | after_test: |
| 10 | on_finish: |
11 | 11 | - ps: | |
12 | 12 | $wc = New-Object 'System.Net.WebClient' |
13 | 13 | Get-ChildItem . -Name -Recurse 'TEST-*.xml' | |