docs/integration-cli
Doug Davis 0cef21cfba 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>
2014-11-11 08:44:32 -08:00
..
MAINTAINERS
docker_api_containers_test.go
docker_api_inspect_test.go
docker_api_resize_test.go
docker_cli_attach_test.go
docker_cli_build_test.go Merge pull request #8716 from duglin/Issue8331 2014-11-10 13:03:57 -07:00
docker_cli_commit_test.go
docker_cli_cp_test.go
docker_cli_create_test.go
docker_cli_daemon_test.go Cleanup some integration-cli output 2014-11-11 08:44:32 -08:00
docker_cli_diff_test.go
docker_cli_events_test.go Add import/pull events to the stream 2014-11-06 12:12:41 -08:00
docker_cli_exec_test.go Cleanup some integration-cli output 2014-11-11 08:44:32 -08:00
docker_cli_export_import_test.go
docker_cli_history_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_images_test.go
docker_cli_import_test.go
docker_cli_info_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_inspect_test.go
docker_cli_kill_test.go
docker_cli_links_test.go Not fail on updating parent links 2014-11-06 15:30:23 -08:00
docker_cli_logs_test.go
docker_cli_nat_test.go
docker_cli_port_test.go
docker_cli_ps_test.go
docker_cli_pull_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_push_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_restart_test.go
docker_cli_rm_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_rmi_test.go Cleanup some integration-cli output 2014-11-11 08:44:32 -08:00
docker_cli_run_test.go See #8379 - if the container doesn't start I added code to make sure that if no other processing sets the container.exitCode to a non-zero value when we make sure its done before we return. I also made sure that while trying to start the CMD/ENTRYPOINT, if it fails, then we set the container.exitCode to the exitStatus from the exec(). 2014-11-05 18:23:42 -08:00
docker_cli_save_load_test.go Cleanup some integration-cli output 2014-11-11 08:44:32 -08:00
docker_cli_search_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_cli_start_test.go Fix: Failed Start breaks VolumesFrom 2014-11-10 17:32:16 +01:00
docker_cli_tag_test.go
docker_cli_top_test.go
docker_cli_version_test.go Fix vet errors 2014-11-05 08:26:22 -08:00
docker_test_vars.go
docker_utils.go
utils.go