From 8bbe112735084fa8346aaf63df17cf8b6d128c54 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sat, 21 Jul 2018 10:28:17 +0200 Subject: [PATCH] Rephrase 'Always failed' as it is confusing in Debian --- britney2/policies/autopkgtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index c847a79..935fa1d 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -35,11 +35,11 @@ from britney2.policies.policy import BasePolicy, PolicyVerdict EXCUSES_LABELS = { "PASS": 'Pass', "FAIL": 'Failed', - "ALWAYSFAIL": 'Always failed', + "ALWAYSFAIL": 'Not a regression', "REGRESSION": 'Regression', "IGNORE-FAIL": 'Ignored failure', "RUNNING": 'Test in progress', - "RUNNING-ALWAYSFAIL": 'Test in progress (always failed)', + "RUNNING-ALWAYSFAIL": 'Test in progress (will not be considered a regression)', } REF_TRIG = 'migration-reference/0'