From 92c7f4eb9e50d0b35aa048c5149cb95ce5c4e507 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 12 Dec 2018 14:29:40 -0500 Subject: Show image only once with images -q Signed-off-by: TomSweeneyRedHat --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/README.md') 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 -- cgit v1.2.3-54-g00ecf