Repository: incubator-predictionio Updated Branches: refs/heads/develop 2da30b06e -> b6709dbc8
Show running containers after tests has finished Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/b6709dbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/b6709dbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/b6709dbc Branch: refs/heads/develop Commit: b6709dbc83d71600270337a70b3a13ca2cde339a Parents: 2da30b0 Author: Donald Szeto <[email protected]> Authored: Sun Mar 12 17:04:26 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Mar 12 17:04:26 2017 -0700 ---------------------------------------------------------------------- tests/after_script.travis.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/b6709dbc/tests/after_script.travis.sh ---------------------------------------------------------------------- diff --git a/tests/after_script.travis.sh b/tests/after_script.travis.sh index fad9bf4..005d410 100755 --- a/tests/after_script.travis.sh +++ b/tests/after_script.travis.sh @@ -16,4 +16,8 @@ # limitations under the License. # +# Print a summary of containers used +docker ps -a + +# Clean up used containers docker-compose -f tests/docker-compose.yml down
