Merge pull request #2930 from dgageot/add-it-log

Add debug in case of IT failure
This commit is contained in:
Jean-Laurent de Morlhon 2016-01-26 17:33:15 +01:00
commit 760d07e9dd
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ func (dmt *dockerMachineTest) ContainLines(count int) Assertions {
}
if count != len(dmt.lines) {
return dmt.failExpected("%d lines but got %d", count, len(dmt.lines))
return dmt.failExpected("%d lines but got %d\n%s", count, len(dmt.lines), dmt.rawOutput)
}
return dmt