From 6df78b19b7786b15c664a7a1e0bcbb3e7c80f8da Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Mon, 3 Oct 2016 03:22:18 +0200 Subject: Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=False + Collect all "acknowledged" failing TCs on Appveyor and use "HIDE_WINDOWS_KNOWN_ERRORS" var to hide them. --- git/test/lib/helper.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'git/test/lib') diff --git a/git/test/lib/helper.py b/git/test/lib/helper.py index 4335a977..d3d3ba29 100644 --- a/git/test/lib/helper.py +++ b/git/test/lib/helper.py @@ -32,6 +32,11 @@ __all__ = ( log = logging.getLogger('git.util') +#: We need an easy way to see if Appveyor TCs start failing, +#: so the errors marked with this var are considered "acknowledged" ones, awaiting remedy, +#: till then, we wish to hide them. +HIDE_WINDOWS_KNOWN_ERRORS = bool(os.environ.get('HIDE_WINDOWS_KNOWN_ERRORS', False)) + #{ Routines -- cgit v1.2.3