LGTM On Tue, Dec 8, 2015 at 5:36 PM 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote:
> Signed-off-by: Klaus Aehlig <[email protected]> > --- > test/hs/Test/Ganeti/HTools/Node.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/hs/Test/Ganeti/HTools/Node.hs > b/test/hs/Test/Ganeti/HTools/Node.hs > index f7645f7..6219901 100644 > --- a/test/hs/Test/Ganeti/HTools/Node.hs > +++ b/test/hs/Test/Ganeti/HTools/Node.hs > @@ -416,7 +416,7 @@ prop_addSec_idempotent = > inst'' = inst' { Instance.diskTemplate = Types.DTDrbd8 } > in case Node.addSec node inst'' pdx of > Ok node' -> Node.removeSec node' inst'' ==? node > - _ -> failTest "Can't add instance" > + Bad r -> failTest $ "Can't add instance" ++ show r > > -- | Check that no graph is created on an empty node list. > case_emptyNodeList :: Assertion > -- > 2.6.0.rc2.230.g3dd15c0 > > -- Lisa Velden Software Engineer [email protected] Google Germany GmbH Dienerstraße 12 80331 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg
