mirror of
https://github.com/containers/podman.git
synced 2025-06-23 18:59:30 +08:00
Merge pull request #2302 from TomSweeneyRedHat/dev/tsweeney/testfix1
Add common_test.go to single test instructions
This commit is contained in:
@ -66,7 +66,7 @@ switch is optional.
|
|||||||
You can run a single file of integration tests using the go test command:
|
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
|
#### Run all tests like PAPR
|
||||||
|
Reference in New Issue
Block a user