mirror of
https://github.com/docker/compose.git
synced 2026-06-28 04:03:48 +00:00
move watch from alpha to main command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
421a6b0506
commit
6be5f3003a
9 changed files with 106 additions and 38 deletions
|
|
@ -89,7 +89,7 @@ func doTest(t *testing.T, svcName string, tarSync bool) {
|
|||
cleanup()
|
||||
t.Cleanup(cleanup)
|
||||
|
||||
cmd := cli.NewDockerComposeCmd(t, "--verbose", "alpha", "watch", svcName)
|
||||
cmd := cli.NewDockerComposeCmd(t, "--verbose", "watch", svcName)
|
||||
// stream output since watch runs in the background
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue