Ticket #16656: v1-0005-appveyor-attempt-to-push-test-results-on_finish-r.patch

File v1-0005-appveyor-attempt-to-push-test-results-on_finish-r.patch, 766 bytes (added by ris, 7 years ago)
  • appveyor.yml

    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:  
    77  - ant compile dist distmac checkstyle pmd spotbugs
    88test_script:
    99  - ant test-unit-hardfail
    10 after_test:
     10on_finish:
    1111  - ps: |
    1212        $wc = New-Object 'System.Net.WebClient'
    1313        Get-ChildItem . -Name -Recurse 'TEST-*.xml'  |