summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2018-12-17 08:48:11 -0800
committerGitHub <noreply@github.com>2018-12-17 08:48:11 -0800
commit510b5a81dcea7df4c95388db0b66df17a691cb1c (patch)
tree139136aa182ffaf7f3a1e6e3d3799aad7ba3563f /test/README.md
parenta1902dc48b11573ac35fa69ebdfe09def4857efd (diff)
parent92c7f4eb9e50d0b35aa048c5149cb95ce5c4e507 (diff)
downloadpodman-510b5a81dcea7df4c95388db0b66df17a691cb1c.tar.gz
podman-510b5a81dcea7df4c95388db0b66df17a691cb1c.tar.bz2
podman-510b5a81dcea7df4c95388db0b66df17a691cb1c.zip
Merge pull request #2000 from TomSweeneyRedHat/dev/tsweeney/fiximageq
Show image only once with images -q
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 2a9a4d4b1..fd72ecd00 100644
--- a/test/README.md
+++ b/test/README.md
@@ -79,7 +79,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/your_test.go
+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
```
#### Run all tests like PAPR