mirror of https://github.com/docker/compose.git
Fix test name and avoid project name collision between parallel tests,
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
ac5c422d77
commit
fbe1ebc054
|
@ -27,7 +27,7 @@ import (
|
||||||
func TestCascadeStop(t *testing.T) {
|
func TestCascadeStop(t *testing.T) {
|
||||||
c := NewParallelE2eCLI(t, binDir)
|
c := NewParallelE2eCLI(t, binDir)
|
||||||
|
|
||||||
const projectName = "compose-e2e-logs"
|
const projectName = "e2e-cascade-stop"
|
||||||
|
|
||||||
t.Run("abort-on-container-exit", func(t *testing.T) {
|
t.Run("abort-on-container-exit", func(t *testing.T) {
|
||||||
res := c.RunDockerOrExitError("compose", "-f", "./fixtures/cascade-stop-test/compose.yaml", "--project-name", projectName, "up", "--abort-on-container-exit")
|
res := c.RunDockerOrExitError("compose", "-f", "./fixtures/cascade-stop-test/compose.yaml", "--project-name", projectName, "up", "--abort-on-container-exit")
|
||||||
|
|
Loading…
Reference in New Issue