mirror of https://github.com/docker/docs.git
Merge pull request #2475 from dgageot/remove-flag
Remove redundant flag in integration tests
This commit is contained in:
commit
5ccd7f57e7
|
@ -15,7 +15,7 @@ function quiet_run () {
|
||||||
|
|
||||||
function cleanup_machines() {
|
function cleanup_machines() {
|
||||||
if [[ $(machine ls -q | wc -l) -ne 0 ]]; then
|
if [[ $(machine ls -q | wc -l) -ne 0 ]]; then
|
||||||
quiet_run machine rm -y -f $(machine ls -q)
|
quiet_run machine rm -f $(machine ls -q)
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue