mirror of https://github.com/docker/docs.git
Merge pull request #2930 from dgageot/add-it-log
Add debug in case of IT failure
This commit is contained in:
commit
760d07e9dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue