From 570b2863afb875396e9808356b06994016d017d0 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 2 Oct 2015 23:14:45 +0200 Subject: [PATCH] [appveyor] don't fail on broken tests (artefact not uploaded on error) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7754de9285..65019e12e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,7 @@ build_script: - if not [%COMPILER%]==[MSVC15] mingw32-make test_script: -- ctest --output-on-failure +- ctest --verbose || true artifacts: - path: simgrid.jar -- 2.20.1