summaryrefslogtreecommitdiff
path: root/hack/make/test-integration-shell
Commit message (Collapse)AuthorAgeFilesLines
* Protect images in the integration/ suiteDaniel Nephin2017-08-091-0/+2
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash"Tianon Gravi2017-02-131-1/+1
| | | | | | This is especially important for distributions like NixOS where `/bin/bash` doesn't exist, or for MacOS users who've installed a newer version of Bash than the one that comes with their OS. Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
* Support interactive integration testing.Daniel Nephin2016-08-051-0/+7
Interactive integration testing is useful when you're developing new tests, or making changes to cli code. Signed-off-by: Daniel Nephin <dnephin@docker.com>