Skip to content

Commit 54cc582

Browse files
Update integrate_test.sh (#51)
1 parent 0813b46 commit 54cc582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/integrate_test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
set -e
16-
docker-compose -f script/integration_test_compose.yml down -v
17-
docker-compose -f script/integration_test_compose.yml up -d
16+
docker compose -f script/integration_test_compose.yml down -v
17+
docker compose -f script/integration_test_compose.yml up -d
1818

1919
#go test ./... -race -cover -failfast -count=1 -parallel=1 -tags=e2e
2020
go list ./... | xargs -I {} sh -c 'go test -race -cover -failfast -count=1 -parallel=1 -tags=e2e {} || exit 255'
21-
docker-compose -f script/integration_test_compose.yml down -v
21+
docker compose -f script/integration_test_compose.yml down -v

0 commit comments

Comments
 (0)