From c5d0300ce1f2cb221e1102db8d77251f68d0c3d0 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Wed, 19 Nov 2008 21:15:10 +0100 Subject: testsuite/cli tests: 1. Do the test the right way. We were checking the exact output in order to validate the correctness of the cli. Randomness in FAK and other issues interfered with this test schema. We now check specific output string in the whole output. --- plugins/grub/grub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/grub/grub.py') diff --git a/plugins/grub/grub.py b/plugins/grub/grub.py index 01ee65c..7fe928c 100644 --- a/plugins/grub/grub.py +++ b/plugins/grub/grub.py @@ -231,7 +231,7 @@ class Grub(Plugin): self.issue_grub_image.set(checked = True, happened = True, \ reporting = self._reporting, origin = self) else: - self.issue_grub_image.set(checking = False, happened = False, \ + self.issue_grub_image.set(checked = False, happened = False, \ reporting = self._reporting, origin = self) self._result = ReturnFailure -- cgit