diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-11 10:44:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 10:44:46 +0100 |
commit | 6d7d90e6262c2b146d8f09bb2c33ae7890cd1f64 (patch) | |
tree | 1b28fa7fbd13c52800e339b56820278aa34074f7 | |
parent | 52c3d171eeebbfefcda425af44310173b1f40161 (diff) | |
parent | 931af00bb0a637022c815599e0376e5f00e2a424 (diff) | |
download | podman-6d7d90e6262c2b146d8f09bb2c33ae7890cd1f64.tar.gz podman-6d7d90e6262c2b146d8f09bb2c33ae7890cd1f64.tar.bz2 podman-6d7d90e6262c2b146d8f09bb2c33ae7890cd1f64.zip |
Merge pull request #2302 from TomSweeneyRedHat/dev/tsweeney/testfix1
Add common_test.go to single test instructions
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 90dcdfe3d..ef3bfbcf9 100644 --- a/test/README.md +++ b/test/README.md @@ -66,7 +66,7 @@ switch is optional. You can run a single file of integration tests using the go test command: ``` -GOPATH=~/go go test -v test/e2e/libpod_suite_test.go test/e2e/config.go test/e2e/config_amd64.go test/e2e/your_test.go +GOPATH=~/go go test -v test/e2e/libpod_suite_test.go test/e2e/common_test.go test/e2e/config.go test/e2e/config_amd64.go test/e2e/your_test.go ``` #### Run all tests like PAPR |