Fix steps to run individual integration test

This commit is contained in:
Tejal Desai 2020-01-16 15:40:01 -08:00 committed by GitHub
parent b5c3d95d8e
commit 727567cb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ If you want to run `make integration-test`, you must override the project using
You can also run tests with `go test`, for example to run tests individually: You can also run tests with `go test`, for example to run tests individually:
```shell ```shell
go test -v --bucket $GCS_BUCKET --repo $IMAGE_REPO -run TestLayers/test_layer_Dockerfile_test_copy_bucket go test ./integration -v --bucket $GCS_BUCKET --repo $IMAGE_REPO -run TestLayers/test_layer_Dockerfile_test_copy_bucket
``` ```
Requirements: Requirements: