summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-11 10:44:46 +0100
committerGitHub <noreply@github.com>2019-02-11 10:44:46 +0100
commit6d7d90e6262c2b146d8f09bb2c33ae7890cd1f64 (patch)
tree1b28fa7fbd13c52800e339b56820278aa34074f7
parent52c3d171eeebbfefcda425af44310173b1f40161 (diff)
parent931af00bb0a637022c815599e0376e5f00e2a424 (diff)
downloadpodman-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.md2
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