From ce30acf1a0de78ad335652f8e34070f8850c68d1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 13 Mar 2018 16:02:56 +0100 Subject: Fix typo in test/README.md s/tests/test/ Signed-off-by: Valentin Rothberg Closes: #480 Approved by: rhatdan --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index b3f179181..018c453ad 100644 --- a/test/README.md +++ b/test/README.md @@ -45,7 +45,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 tests/e2e/your_test.go +GOPATH=~/go go test -v test/e2e/libpod_suite_test.go test/e2e/your_test.go ``` #### Run all tests like PAPR -- cgit v1.2.3-54-g00ecf