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:
```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:
@ -131,4 +131,4 @@ When you have changes you would like to propose to kaniko, you will need to:
Each PR must be reviewed by a maintainer. This maintainer will add the `kokoro:run` label
to a PR to kick of [the integration tests](#integration-tests), which must pass for the PR
to be submitted.
to be submitted.