From 12187421c8be92aa4bcc2f1aae1bf3d02aff8aac Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Tue, 18 Dec 2018 14:52:31 +0000 Subject: [PATCH] Show newly uninstallables before validation Signed-off-by: Ivo De Decker --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 866654e..2810a10 100755 --- a/britney.py +++ b/britney.py @@ -1874,6 +1874,7 @@ class Britney(object): output_logger.info("List of old libraries in the target suite (%d):", len(removals)) log_and_format_old_libraries(self.output_logger, removals) + self.printuninstchange() self.assert_nuninst_is_correct() # output files @@ -1899,7 +1900,6 @@ class Britney(object): self.all_selected) - self.printuninstchange() self.logger.info("Test completed!") def printuninstchange(self):