mirror of
https://github.com/moby/moby.git
synced 2025-08-01 05:47:11 +03:00
Cleanup some integration-cli output
I noticed a few things that were bugging me in the output of the integration-cli tests. - one of the tests used println to stdout so we had garage sent to the screen - some of the test, in their final log message, didn't include the name of the group/file e.g. daemon - run,iptables was just run,iptables And yes, I noticed this because I'm anal :-) but also because we should keep the output of the tests as clean as possible so its easy to spot it when things go bad. Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
@ -169,7 +169,7 @@ func TestDaemonIptablesClean(t *testing.T) {
|
||||
|
||||
deleteAllContainers()
|
||||
|
||||
logDone("run,iptables - iptables rules cleaned after daemon restart")
|
||||
logDone("daemon - run,iptables - iptables rules cleaned after daemon restart")
|
||||
}
|
||||
|
||||
func TestDaemonIptablesCreate(t *testing.T) {
|
||||
@ -221,5 +221,5 @@ func TestDaemonIptablesCreate(t *testing.T) {
|
||||
|
||||
deleteAllContainers()
|
||||
|
||||
logDone("run,iptables - iptables rules for always restarted container created after daemon restart")
|
||||
logDone("daemon - run,iptables - iptables rules for always restarted container created after daemon restart")
|
||||
}
|
||||
|
Reference in New Issue
Block a user